Shades of Light Blue #BCD2D8
Tints of Light Blue #BCD2D8
RGB
CMYK
RGB Variations
Color information
#BCD2D8 (or 0xBCD2D8) is known color: Light Blue. HEX triplet: BC, D2 and D8. RGB value is (188,210,216). Sum of RGB (Red+Green+Blue) = 188+210+216=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCD2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2D8 is #432D27. Grayscale: #CCCCCC. Windows color (decimal): -4402472 or 14209724. OLE color: 14209724.
HSL color Cylindrical-coordinate representation of color #BCD2D8: hue angle of 192.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD2D8 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 210 | 216 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.15 |
| HSL | 192.86º | 0.26% | 0.79% | - |
| HSV(B) | 192.86º | 0.13% | 0.85% | - |
| XYZ | 56.18 | 61.74 | 73.92 | - |
| YUV | 204.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 216 | 0.13 | 0.03 | 0 | 0.15 | 192.86 | 0.26 | 0.79 |
| Hex | BC | D2 | D8 | D | 3 | 0 | F | C1 | 1A | 4F |
| Octal | 274 | 322 | 330 | 15 | 3 | 0 | 17 | 301 | 32 | 117 |
| Binary | 10111100 | 11010010 | 11011000 | 1101 | 11 | 0 | 1111 | 11000001 | 11010 | 1001111 |
Color Harmonies of #BCD2D8
Complementary color
Monochromatic Colors of #BCD2D8
Black with #BCD2D8
Text Example
Text Example
White with #BCD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2D8; }
p { color: rgb(188,210,216); }
H1.HeaderClassName
{
color: #BCD2D8;
}
.AnyTagClassName
{
color: #BCD2D8;
}
</style>
background-color css
<style>
a { background-color: #BCD2D8; }
a { background-color: rgb(188,210,216); }
div.DivClassName
{
background-color: #BCD2D8;
}
.BgClassName
{
background-color: #BCD2D8;
}
</style>
border-color css
<style>
span { border-color: #BCD2D8; }
span { border-color: rgb(188,210,216); }
td.TdClassName
{
border-color: #BCD2D8;
}
.TagClassName
{
border-color: #BCD2D8;
}
</style>