Shades of Light Blue #BCD8EB
Tints of Light Blue #BCD8EB
RGB
CMYK
RGB Variations
Color information
#BCD8EB (or 0xBCD8EB) is known color: Light Blue. HEX triplet: BC, D8 and EB. RGB value is (188,216,235). Sum of RGB (Red+Green+Blue) = 188+216+235=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8EB is #432714. Grayscale: #D1D1D1. Windows color (decimal): -4400917 or 15456444. OLE color: 15456444.
HSL color Cylindrical-coordinate representation of color #BCD8EB: hue angle of 204.26º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD8EB is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 216 | 235 | - |
| CMYK | 0.2 | 0.08 | 0 | 0.08 |
| HSL | 204.26º | 0.54% | 0.83% | - |
| HSV(B) | 204.26º | 0.2% | 0.92% | - |
| XYZ | 60.29 | 65.8 | 88.12 | - |
| YUV | 209.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 235 | 0.2 | 0.08 | 0 | 0.08 | 204.26 | 0.54 | 0.83 |
| Hex | BC | D8 | EB | 14 | 8 | 0 | 8 | CC | 36 | 53 |
| Octal | 274 | 330 | 353 | 24 | 10 | 0 | 10 | 314 | 66 | 123 |
| Binary | 10111100 | 11011000 | 11101011 | 10100 | 1000 | 0 | 1000 | 11001100 | 110110 | 1010011 |
Color Harmonies of #BCD8EB
Complementary color
Monochromatic Colors of #BCD8EB
Black with #BCD8EB
Text Example
Text Example
White with #BCD8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8EB; }
p { color: rgb(188,216,235); }
H1.HeaderClassName
{
color: #BCD8EB;
}
.AnyTagClassName
{
color: #BCD8EB;
}
</style>
background-color css
<style>
a { background-color: #BCD8EB; }
a { background-color: rgb(188,216,235); }
div.DivClassName
{
background-color: #BCD8EB;
}
.BgClassName
{
background-color: #BCD8EB;
}
</style>
border-color css
<style>
span { border-color: #BCD8EB; }
span { border-color: rgb(188,216,235); }
td.TdClassName
{
border-color: #BCD8EB;
}
.TagClassName
{
border-color: #BCD8EB;
}
</style>