Shades of Light Blue #BCD8E3
Tints of Light Blue #BCD8E3
RGB
CMYK
RGB Variations
Color information
#BCD8E3 (or 0xBCD8E3) is known color: Light Blue. HEX triplet: BC, D8 and E3. RGB value is (188,216,227). Sum of RGB (Red+Green+Blue) = 188+216+227=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCD8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8E3 is #43271C. Grayscale: #D0D0D0. Windows color (decimal): -4400925 or 14932156. OLE color: 14932156.
HSL color Cylindrical-coordinate representation of color #BCD8E3: hue angle of 196.92º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD8E3 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 216 | 227 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.11 |
| HSL | 196.92º | 0.41% | 0.81% | - |
| HSV(B) | 196.92º | 0.17% | 0.89% | - |
| XYZ | 59.16 | 65.35 | 82.17 | - |
| YUV | 208.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 227 | 0.17 | 0.05 | 0 | 0.11 | 196.92 | 0.41 | 0.81 |
| Hex | BC | D8 | E3 | 11 | 5 | 0 | B | C5 | 29 | 51 |
| Octal | 274 | 330 | 343 | 21 | 5 | 0 | 13 | 305 | 51 | 121 |
| Binary | 10111100 | 11011000 | 11100011 | 10001 | 101 | 0 | 1011 | 11000101 | 101001 | 1010001 |
Color Harmonies of #BCD8E3
Complementary color
Monochromatic Colors of #BCD8E3
Black with #BCD8E3
Text Example
Text Example
White with #BCD8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD8E3; }
p { color: rgb(188,216,227); }
H1.HeaderClassName
{
color: #BCD8E3;
}
.AnyTagClassName
{
color: #BCD8E3;
}
</style>
background-color css
<style>
a { background-color: #BCD8E3; }
a { background-color: rgb(188,216,227); }
div.DivClassName
{
background-color: #BCD8E3;
}
.BgClassName
{
background-color: #BCD8E3;
}
</style>
border-color css
<style>
span { border-color: #BCD8E3; }
span { border-color: rgb(188,216,227); }
td.TdClassName
{
border-color: #BCD8E3;
}
.TagClassName
{
border-color: #BCD8E3;
}
</style>