Shades of Light Blue #BCD5E5
Tints of Light Blue #BCD5E5
RGB
CMYK
RGB Variations
Color information
#BCD5E5 (or 0xBCD5E5) is known color: Light Blue. HEX triplet: BC, D5 and E5. RGB value is (188,213,229). Sum of RGB (Red+Green+Blue) = 188+213+229=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5E5 is #432A1A. Grayscale: #CFCFCF. Windows color (decimal): -4401691 or 15062460. OLE color: 15062460.
HSL color Cylindrical-coordinate representation of color #BCD5E5: hue angle of 203.41º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD5E5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 213 | 229 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.10 |
| HSL | 203.41º | 0.44% | 0.82% | - |
| HSV(B) | 203.41º | 0.18% | 0.9% | - |
| XYZ | 58.68 | 63.94 | 83.38 | - |
| YUV | 207.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 229 | 0.18 | 0.07 | 0 | 0.10 | 203.41 | 0.44 | 0.82 |
| Hex | BC | D5 | E5 | 12 | 7 | 0 | A | CB | 2C | 52 |
| Octal | 274 | 325 | 345 | 22 | 7 | 0 | 12 | 313 | 54 | 122 |
| Binary | 10111100 | 11010101 | 11100101 | 10010 | 111 | 0 | 1010 | 11001011 | 101100 | 1010010 |
Color Harmonies of #BCD5E5
Complementary color
Monochromatic Colors of #BCD5E5
Black with #BCD5E5
Text Example
Text Example
White with #BCD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E5; }
p { color: rgb(188,213,229); }
H1.HeaderClassName
{
color: #BCD5E5;
}
.AnyTagClassName
{
color: #BCD5E5;
}
</style>
background-color css
<style>
a { background-color: #BCD5E5; }
a { background-color: rgb(188,213,229); }
div.DivClassName
{
background-color: #BCD5E5;
}
.BgClassName
{
background-color: #BCD5E5;
}
</style>
border-color css
<style>
span { border-color: #BCD5E5; }
span { border-color: rgb(188,213,229); }
td.TdClassName
{
border-color: #BCD5E5;
}
.TagClassName
{
border-color: #BCD5E5;
}
</style>