Shades of Light Blue #BCD8E5
Tints of Light Blue #BCD8E5
RGB
CMYK
RGB Variations
Color information
#BCD8E5 (or 0xBCD8E5) is known color: Light Blue. HEX triplet: BC, D8 and E5. RGB value is (188,216,229). Sum of RGB (Red+Green+Blue) = 188+216+229=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8E5 is #43271A. Grayscale: #D1D1D1. Windows color (decimal): -4400923 or 15063228. OLE color: 15063228.
HSL color Cylindrical-coordinate representation of color #BCD8E5: hue angle of 199.02º 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 #BCD8E5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 216 | 229 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.10 |
| HSL | 199.02º | 0.44% | 0.82% | - |
| HSV(B) | 199.02º | 0.18% | 0.9% | - |
| XYZ | 59.44 | 65.46 | 83.63 | - |
| YUV | 209.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 229 | 0.18 | 0.06 | 0 | 0.10 | 199.02 | 0.44 | 0.82 |
| Hex | BC | D8 | E5 | 12 | 6 | 0 | A | C7 | 2C | 52 |
| Octal | 274 | 330 | 345 | 22 | 6 | 0 | 12 | 307 | 54 | 122 |
| Binary | 10111100 | 11011000 | 11100101 | 10010 | 110 | 0 | 1010 | 11000111 | 101100 | 1010010 |
Color Harmonies of #BCD8E5
Complementary color
Monochromatic Colors of #BCD8E5
Black with #BCD8E5
Text Example
Text Example
White with #BCD8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8E5; }
p { color: rgb(188,216,229); }
H1.HeaderClassName
{
color: #BCD8E5;
}
.AnyTagClassName
{
color: #BCD8E5;
}
</style>
background-color css
<style>
a { background-color: #BCD8E5; }
a { background-color: rgb(188,216,229); }
div.DivClassName
{
background-color: #BCD8E5;
}
.BgClassName
{
background-color: #BCD8E5;
}
</style>
border-color css
<style>
span { border-color: #BCD8E5; }
span { border-color: rgb(188,216,229); }
td.TdClassName
{
border-color: #BCD8E5;
}
.TagClassName
{
border-color: #BCD8E5;
}
</style>