Color spaces of #bac1cc
RGB | 186 | 193 | 204 |
---|---|---|---|
HSL | 0.60 | 0.15 | 0.76 |
HSV | 217° | 9° | 80° |
CMYK | 0.09 | 0.05 | 0.00 0.20 |
XYZ | 50.2187 | 52.9387 | 64.6981 |
Yxy | 52.9387 | 0.2992 | 0.3154 |
Hunter Lab | 72.7590 | -4.1264 | -1.7900 |
CIE-Lab | 77.8388 | -0.2626 | -6.3500 |
#bac1cc color RGB value is (186,193,204).
#bac1cc hex color red value is 186, green value is 193 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bac1cc hue: 0.60 , saturation: 0.15 and the lightness value of bac1cc is 0.76.
The process color (four color CMYK) of #bac1cc color hex is 0.09, 0.05, 0.00, 0.20. Web safe color of #bac1cc is #cccccc. Color #bac1cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000001 | 11001100 |
Octal | 272 | 301 | 314 |
Decimal | 186 | 193 | 204 |
Hex | BA | C1 | CC |
Shades of #bac1cc
Tints of #bac1cc
RGB Percentages of Color #bac1cc
CMYK Percentages of Color #bac1cc
Complementary Color
#bac1cc | #ccc5ba |
#bac1cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac1cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac1cc Color CSS Codes
.mybgcolor {background-color:#bac1cc; } .myforecolor {color:#bac1cc; } .mybordercolor {border:3px solid #bac1cc; }
#bac1cc Text Font Color
<p style="color:#bac1cc">Text here</p>
This sample text font color is #bac1cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bac1cc Background Color
<div style="background-color:#bac1cc">
Div content here</div>
This div background color is #bac1cc
#bac1cc Border Color
<div style="border:3px solid #bac1cc">
Div here</div>
This div border color is #bac1cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,193,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac1cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac1cc; -webkit-box-shadow: 1px 1px 3px 2px #bac1cc; box-shadow: 1px 1px 3px 2px #bac1cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,193,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac1cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac1cc; -webkit-box-shadow: 1px 1px 3px 2px #bac1cc; box-shadow: 1px 1px 3px 2px #bac1cc;">
Div content here</div>
This div box has shadow with color #bac1cc
#bac1cc Color Palettes
Comments
No comments written yet.
Please login to write comment.