Shades of Light Blue #BACED6
Tints of Light Blue #BACED6
RGB
CMYK
RGB Variations
Color information
#BACED6 (or 0xBACED6) is known color: Light Blue. HEX triplet: BA, CE and D6. RGB value is (186,206,214). Sum of RGB (Red+Green+Blue) = 186+206+214=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BACED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED6 is #453129. Grayscale: #C8C8C8. Windows color (decimal): -4534570 or 14077626. OLE color: 14077626.
HSL color Cylindrical-coordinate representation of color #BACED6: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACED6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 206 | 214 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.16 |
| HSL | 197.14º | 0.25% | 0.78% | - |
| HSV(B) | 197.14º | 0.13% | 0.84% | - |
| XYZ | 54.46 | 59.44 | 72.22 | - |
| YUV | 200.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 214 | 0.13 | 0.04 | 0 | 0.16 | 197.14 | 0.25 | 0.78 |
| Hex | BA | CE | D6 | D | 4 | 0 | 10 | C5 | 19 | 4E |
| Octal | 272 | 316 | 326 | 15 | 4 | 0 | 20 | 305 | 31 | 116 |
| Binary | 10111010 | 11001110 | 11010110 | 1101 | 100 | 0 | 10000 | 11000101 | 11001 | 1001110 |
Color Harmonies of #BACED6
Complementary color
Monochromatic Colors of #BACED6
Black with #BACED6
Text Example
Text Example
White with #BACED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACED6; }
p { color: rgb(186,206,214); }
H1.HeaderClassName
{
color: #BACED6;
}
.AnyTagClassName
{
color: #BACED6;
}
</style>
background-color css
<style>
a { background-color: #BACED6; }
a { background-color: rgb(186,206,214); }
div.DivClassName
{
background-color: #BACED6;
}
.BgClassName
{
background-color: #BACED6;
}
</style>
border-color css
<style>
span { border-color: #BACED6; }
span { border-color: rgb(186,206,214); }
td.TdClassName
{
border-color: #BACED6;
}
.TagClassName
{
border-color: #BACED6;
}
</style>