Shades of Light Blue #BCD2DB
Tints of Light Blue #BCD2DB
RGB
CMYK
RGB Variations
Color information
#BCD2DB (or 0xBCD2DB) is known color: Light Blue. HEX triplet: BC, D2 and DB. RGB value is (188,210,219). Sum of RGB (Red+Green+Blue) = 188+210+219=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD2DB is #432D24. Grayscale: #CCCCCC. Windows color (decimal): -4402469 or 14406332. OLE color: 14406332.
HSL color Cylindrical-coordinate representation of color #BCD2DB: hue angle of 197.42º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD2DB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 210 | 219 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.14 |
| HSL | 197.42º | 0.3% | 0.8% | - |
| HSV(B) | 197.42º | 0.14% | 0.86% | - |
| XYZ | 56.57 | 61.9 | 75.98 | - |
| YUV | 204.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 219 | 0.14 | 0.04 | 0 | 0.14 | 197.42 | 0.3 | 0.8 |
| Hex | BC | D2 | DB | E | 4 | 0 | E | C5 | 1E | 50 |
| Octal | 274 | 322 | 333 | 16 | 4 | 0 | 16 | 305 | 36 | 120 |
| Binary | 10111100 | 11010010 | 11011011 | 1110 | 100 | 0 | 1110 | 11000101 | 11110 | 1010000 |
Color Harmonies of #BCD2DB
Complementary color
Monochromatic Colors of #BCD2DB
Black with #BCD2DB
Text Example
Text Example
White with #BCD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2DB; }
p { color: rgb(188,210,219); }
H1.HeaderClassName
{
color: #BCD2DB;
}
.AnyTagClassName
{
color: #BCD2DB;
}
</style>
background-color css
<style>
a { background-color: #BCD2DB; }
a { background-color: rgb(188,210,219); }
div.DivClassName
{
background-color: #BCD2DB;
}
.BgClassName
{
background-color: #BCD2DB;
}
</style>
border-color css
<style>
span { border-color: #BCD2DB; }
span { border-color: rgb(188,210,219); }
td.TdClassName
{
border-color: #BCD2DB;
}
.TagClassName
{
border-color: #BCD2DB;
}
</style>