Shades of Light Blue #BCD7E0
Tints of Light Blue #BCD7E0
RGB
CMYK
RGB Variations
Color information
#BCD7E0 (or 0xBCD7E0) is known color: Light Blue. HEX triplet: BC, D7 and E0. RGB value is (188,215,224). Sum of RGB (Red+Green+Blue) = 188+215+224=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7E0 is #43281F. Grayscale: #CFCFCF. Windows color (decimal): -4401184 or 14735292. OLE color: 14735292.
HSL color Cylindrical-coordinate representation of color #BCD7E0: hue angle of 195º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD7E0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 215 | 224 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.12 |
| HSL | 195º | 0.37% | 0.81% | - |
| HSV(B) | 195º | 0.16% | 0.88% | - |
| XYZ | 58.49 | 64.67 | 79.92 | - |
| YUV | 207.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 224 | 0.16 | 0.04 | 0 | 0.12 | 195 | 0.37 | 0.81 |
| Hex | BC | D7 | E0 | 10 | 4 | 0 | C | C3 | 25 | 51 |
| Octal | 274 | 327 | 340 | 20 | 4 | 0 | 14 | 303 | 45 | 121 |
| Binary | 10111100 | 11010111 | 11100000 | 10000 | 100 | 0 | 1100 | 11000011 | 100101 | 1010001 |
Color Harmonies of #BCD7E0
Complementary color
Monochromatic Colors of #BCD7E0
Black with #BCD7E0
Text Example
Text Example
White with #BCD7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7E0; }
p { color: rgb(188,215,224); }
H1.HeaderClassName
{
color: #BCD7E0;
}
.AnyTagClassName
{
color: #BCD7E0;
}
</style>
background-color css
<style>
a { background-color: #BCD7E0; }
a { background-color: rgb(188,215,224); }
div.DivClassName
{
background-color: #BCD7E0;
}
.BgClassName
{
background-color: #BCD7E0;
}
</style>
border-color css
<style>
span { border-color: #BCD7E0; }
span { border-color: rgb(188,215,224); }
td.TdClassName
{
border-color: #BCD7E0;
}
.TagClassName
{
border-color: #BCD7E0;
}
</style>