Shades of Light Blue #BCD1DB
Tints of Light Blue #BCD1DB
RGB
CMYK
RGB Variations
Color information
#BCD1DB (or 0xBCD1DB) is known color: Light Blue. HEX triplet: BC, D1 and DB. RGB value is (188,209,219). Sum of RGB (Red+Green+Blue) = 188+209+219=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1DB is #432E24. Grayscale: #CBCBCB. Windows color (decimal): -4402725 or 14406076. OLE color: 14406076.
HSL color Cylindrical-coordinate representation of color #BCD1DB: hue angle of 199.35º 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 #BCD1DB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 209 | 219 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.14 |
| HSL | 199.35º | 0.3% | 0.8% | - |
| HSV(B) | 199.35º | 0.14% | 0.86% | - |
| XYZ | 56.33 | 61.41 | 75.9 | - |
| YUV | 203.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 219 | 0.14 | 0.05 | 0 | 0.14 | 199.35 | 0.3 | 0.8 |
| Hex | BC | D1 | DB | E | 5 | 0 | E | C7 | 1E | 50 |
| Octal | 274 | 321 | 333 | 16 | 5 | 0 | 16 | 307 | 36 | 120 |
| Binary | 10111100 | 11010001 | 11011011 | 1110 | 101 | 0 | 1110 | 11000111 | 11110 | 1010000 |
Color Harmonies of #BCD1DB
Complementary color
Monochromatic Colors of #BCD1DB
Black with #BCD1DB
Text Example
Text Example
White with #BCD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1DB; }
p { color: rgb(188,209,219); }
H1.HeaderClassName
{
color: #BCD1DB;
}
.AnyTagClassName
{
color: #BCD1DB;
}
</style>
background-color css
<style>
a { background-color: #BCD1DB; }
a { background-color: rgb(188,209,219); }
div.DivClassName
{
background-color: #BCD1DB;
}
.BgClassName
{
background-color: #BCD1DB;
}
</style>
border-color css
<style>
span { border-color: #BCD1DB; }
span { border-color: rgb(188,209,219); }
td.TdClassName
{
border-color: #BCD1DB;
}
.TagClassName
{
border-color: #BCD1DB;
}
</style>