Shades of Light Blue #BCD5E4
Tints of Light Blue #BCD5E4
RGB
CMYK
RGB Variations
Color information
#BCD5E4 (or 0xBCD5E4) is known color: Light Blue. HEX triplet: BC, D5 and E4. RGB value is (188,213,228). Sum of RGB (Red+Green+Blue) = 188+213+228=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCD5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5E4 is #432A1B. Grayscale: #CFCFCF. Windows color (decimal): -4401692 or 14996924. OLE color: 14996924.
HSL color Cylindrical-coordinate representation of color #BCD5E4: hue angle of 202.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD5E4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 213 | 228 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.11 |
| HSL | 202.5º | 0.43% | 0.82% | - |
| HSV(B) | 202.5º | 0.18% | 0.89% | - |
| XYZ | 58.54 | 63.88 | 82.64 | - |
| YUV | 207.24 | 139.72 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 228 | 0.18 | 0.07 | 0 | 0.11 | 202.5 | 0.43 | 0.82 |
| Hex | BC | D5 | E4 | 12 | 7 | 0 | B | CA | 2B | 52 |
| Octal | 274 | 325 | 344 | 22 | 7 | 0 | 13 | 312 | 53 | 122 |
| Binary | 10111100 | 11010101 | 11100100 | 10010 | 111 | 0 | 1011 | 11001010 | 101011 | 1010010 |
Color Harmonies of #BCD5E4
Complementary color
Monochromatic Colors of #BCD5E4
Black with #BCD5E4
Text Example
Text Example
White with #BCD5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E4; }
p { color: rgb(188,213,228); }
H1.HeaderClassName
{
color: #BCD5E4;
}
.AnyTagClassName
{
color: #BCD5E4;
}
</style>
background-color css
<style>
a { background-color: #BCD5E4; }
a { background-color: rgb(188,213,228); }
div.DivClassName
{
background-color: #BCD5E4;
}
.BgClassName
{
background-color: #BCD5E4;
}
</style>
border-color css
<style>
span { border-color: #BCD5E4; }
span { border-color: rgb(188,213,228); }
td.TdClassName
{
border-color: #BCD5E4;
}
.TagClassName
{
border-color: #BCD5E4;
}
</style>