Shades of Lavender Grey #BCC0DB
Tints of Lavender Grey #BCC0DB
RGB
CMYK
RGB Variations
Color information
#BCC0DB (or 0xBCC0DB) is known color: Lavender Grey. HEX triplet: BC, C0 and DB. RGB value is (188,192,219). Sum of RGB (Red+Green+Blue) = 188+192+219=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0DB is #433F24. Grayscale: #C1C1C1. Windows color (decimal): -4407077 or 14401724. OLE color: 14401724.
HSL color Cylindrical-coordinate representation of color #BCC0DB: hue angle of 232.26º 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 #BCC0DB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 192 | 219 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.14 |
| HSL | 232.26º | 0.3% | 0.8% | - |
| HSV(B) | 232.26º | 0.14% | 0.86% | - |
| XYZ | 52.37 | 53.51 | 74.58 | - |
| YUV | 193.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 219 | 0.14 | 0.12 | 0 | 0.14 | 232.26 | 0.3 | 0.8 |
| Hex | BC | C0 | DB | E | C | 0 | E | E8 | 1E | 50 |
| Octal | 274 | 300 | 333 | 16 | 14 | 0 | 16 | 350 | 36 | 120 |
| Binary | 10111100 | 11000000 | 11011011 | 1110 | 1100 | 0 | 1110 | 11101000 | 11110 | 1010000 |
Color Harmonies of #BCC0DB
Complementary color
Monochromatic Colors of #BCC0DB
Black with #BCC0DB
Text Example
Text Example
White with #BCC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0DB; }
p { color: rgb(188,192,219); }
H1.HeaderClassName
{
color: #BCC0DB;
}
.AnyTagClassName
{
color: #BCC0DB;
}
</style>
background-color css
<style>
a { background-color: #BCC0DB; }
a { background-color: rgb(188,192,219); }
div.DivClassName
{
background-color: #BCC0DB;
}
.BgClassName
{
background-color: #BCC0DB;
}
</style>
border-color css
<style>
span { border-color: #BCC0DB; }
span { border-color: rgb(188,192,219); }
td.TdClassName
{
border-color: #BCC0DB;
}
.TagClassName
{
border-color: #BCC0DB;
}
</style>