Shades of Light Blue #BCD2DE
Tints of Light Blue #BCD2DE
RGB
CMYK
RGB Variations
Color information
#BCD2DE (or 0xBCD2DE) is known color: Light Blue. HEX triplet: BC, D2 and DE. RGB value is (188,210,222). Sum of RGB (Red+Green+Blue) = 188+210+222=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DE is #432D21. Grayscale: #CCCCCC. Windows color (decimal): -4402466 or 14602940. OLE color: 14602940.
HSL color Cylindrical-coordinate representation of color #BCD2DE: hue angle of 201.18º 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 #BCD2DE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 210 | 222 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 201.18º | 0.34% | 0.8% | - |
| HSV(B) | 201.18º | 0.15% | 0.87% | - |
| XYZ | 56.97 | 62.06 | 78.08 | - |
| YUV | 204.79 | 137.71 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 222 | 0.15 | 0.05 | 0 | 0.13 | 201.18 | 0.34 | 0.8 |
| Hex | BC | D2 | DE | F | 5 | 0 | D | C9 | 22 | 50 |
| Octal | 274 | 322 | 336 | 17 | 5 | 0 | 15 | 311 | 42 | 120 |
| Binary | 10111100 | 11010010 | 11011110 | 1111 | 101 | 0 | 1101 | 11001001 | 100010 | 1010000 |
Color Harmonies of #BCD2DE
Complementary color
Monochromatic Colors of #BCD2DE
Black with #BCD2DE
Text Example
Text Example
White with #BCD2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2DE; }
p { color: rgb(188,210,222); }
H1.HeaderClassName
{
color: #BCD2DE;
}
.AnyTagClassName
{
color: #BCD2DE;
}
</style>
background-color css
<style>
a { background-color: #BCD2DE; }
a { background-color: rgb(188,210,222); }
div.DivClassName
{
background-color: #BCD2DE;
}
.BgClassName
{
background-color: #BCD2DE;
}
</style>
border-color css
<style>
span { border-color: #BCD2DE; }
span { border-color: rgb(188,210,222); }
td.TdClassName
{
border-color: #BCD2DE;
}
.TagClassName
{
border-color: #BCD2DE;
}
</style>