Shades of Light Blue #BCD8DF
Tints of Light Blue #BCD8DF
RGB
CMYK
RGB Variations
Color information
#BCD8DF (or 0xBCD8DF) is known color: Light Blue. HEX triplet: BC, D8 and DF. RGB value is (188,216,223). Sum of RGB (Red+Green+Blue) = 188+216+223=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8DF is #432720. Grayscale: #D0D0D0. Windows color (decimal): -4400929 or 14670012. OLE color: 14670012.
HSL color Cylindrical-coordinate representation of color #BCD8DF: hue angle of 192º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD8DF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 216 | 223 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.13 |
| HSL | 192º | 0.35% | 0.81% | - |
| HSV(B) | 192º | 0.16% | 0.87% | - |
| XYZ | 58.61 | 65.13 | 79.29 | - |
| YUV | 208.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 223 | 0.16 | 0.03 | 0 | 0.13 | 192 | 0.35 | 0.81 |
| Hex | BC | D8 | DF | 10 | 3 | 0 | D | C0 | 23 | 51 |
| Octal | 274 | 330 | 337 | 20 | 3 | 0 | 15 | 300 | 43 | 121 |
| Binary | 10111100 | 11011000 | 11011111 | 10000 | 11 | 0 | 1101 | 11000000 | 100011 | 1010001 |
Color Harmonies of #BCD8DF
Complementary color
Monochromatic Colors of #BCD8DF
Black with #BCD8DF
Text Example
Text Example
White with #BCD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8DF; }
p { color: rgb(188,216,223); }
H1.HeaderClassName
{
color: #BCD8DF;
}
.AnyTagClassName
{
color: #BCD8DF;
}
</style>
background-color css
<style>
a { background-color: #BCD8DF; }
a { background-color: rgb(188,216,223); }
div.DivClassName
{
background-color: #BCD8DF;
}
.BgClassName
{
background-color: #BCD8DF;
}
</style>
border-color css
<style>
span { border-color: #BCD8DF; }
span { border-color: rgb(188,216,223); }
td.TdClassName
{
border-color: #BCD8DF;
}
.TagClassName
{
border-color: #BCD8DF;
}
</style>