Shades of Light Blue #BCD4DE
Tints of Light Blue #BCD4DE
RGB
CMYK
RGB Variations
Color information
#BCD4DE (or 0xBCD4DE) is known color: Light Blue. HEX triplet: BC, D4 and DE. RGB value is (188,212,222). Sum of RGB (Red+Green+Blue) = 188+212+222=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DE is #432B21. Grayscale: #CDCDCD. Windows color (decimal): -4401954 or 14603452. OLE color: 14603452.
HSL color Cylindrical-coordinate representation of color #BCD4DE: hue angle of 197.65º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCD4DE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 212 | 222 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 197.65º | 0.34% | 0.8% | - |
| HSV(B) | 197.65º | 0.15% | 0.87% | - |
| XYZ | 57.47 | 63.05 | 78.25 | - |
| YUV | 205.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 222 | 0.15 | 0.05 | 0 | 0.13 | 197.65 | 0.34 | 0.8 |
| Hex | BC | D4 | DE | F | 5 | 0 | D | C6 | 22 | 50 |
| Octal | 274 | 324 | 336 | 17 | 5 | 0 | 15 | 306 | 42 | 120 |
| Binary | 10111100 | 11010100 | 11011110 | 1111 | 101 | 0 | 1101 | 11000110 | 100010 | 1010000 |
Color Harmonies of #BCD4DE
Complementary color
Monochromatic Colors of #BCD4DE
Black with #BCD4DE
Text Example
Text Example
White with #BCD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4DE; }
p { color: rgb(188,212,222); }
H1.HeaderClassName
{
color: #BCD4DE;
}
.AnyTagClassName
{
color: #BCD4DE;
}
</style>
background-color css
<style>
a { background-color: #BCD4DE; }
a { background-color: rgb(188,212,222); }
div.DivClassName
{
background-color: #BCD4DE;
}
.BgClassName
{
background-color: #BCD4DE;
}
</style>
border-color css
<style>
span { border-color: #BCD4DE; }
span { border-color: rgb(188,212,222); }
td.TdClassName
{
border-color: #BCD4DE;
}
.TagClassName
{
border-color: #BCD4DE;
}
</style>