Shades of Light Blue #BCD7DE
Tints of Light Blue #BCD7DE
RGB
CMYK
RGB Variations
Color information
#BCD7DE (or 0xBCD7DE) is known color: Light Blue. HEX triplet: BC, D7 and DE. RGB value is (188,215,222). Sum of RGB (Red+Green+Blue) = 188+215+222=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7DE is #432821. Grayscale: #CFCFCF. Windows color (decimal): -4401186 or 14604220. OLE color: 14604220.
HSL color Cylindrical-coordinate representation of color #BCD7DE: hue angle of 192.35º 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 #BCD7DE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 215 | 222 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.13 |
| HSL | 192.35º | 0.34% | 0.8% | - |
| HSV(B) | 192.35º | 0.15% | 0.87% | - |
| XYZ | 58.22 | 64.57 | 78.5 | - |
| YUV | 207.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 222 | 0.15 | 0.03 | 0 | 0.13 | 192.35 | 0.34 | 0.8 |
| Hex | BC | D7 | DE | F | 3 | 0 | D | C0 | 22 | 50 |
| Octal | 274 | 327 | 336 | 17 | 3 | 0 | 15 | 300 | 42 | 120 |
| Binary | 10111100 | 11010111 | 11011110 | 1111 | 11 | 0 | 1101 | 11000000 | 100010 | 1010000 |
Color Harmonies of #BCD7DE
Complementary color
Monochromatic Colors of #BCD7DE
Black with #BCD7DE
Text Example
Text Example
White with #BCD7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7DE; }
p { color: rgb(188,215,222); }
H1.HeaderClassName
{
color: #BCD7DE;
}
.AnyTagClassName
{
color: #BCD7DE;
}
</style>
background-color css
<style>
a { background-color: #BCD7DE; }
a { background-color: rgb(188,215,222); }
div.DivClassName
{
background-color: #BCD7DE;
}
.BgClassName
{
background-color: #BCD7DE;
}
</style>
border-color css
<style>
span { border-color: #BCD7DE; }
span { border-color: rgb(188,215,222); }
td.TdClassName
{
border-color: #BCD7DE;
}
.TagClassName
{
border-color: #BCD7DE;
}
</style>