Shades of Lavender Grey #BBC0DB
Tints of Lavender Grey #BBC0DB
RGB
CMYK
RGB Variations
Color information
#BBC0DB (or 0xBBC0DB) is known color: Lavender Grey. HEX triplet: BB, C0 and DB. RGB value is (187,192,219). Sum of RGB (Red+Green+Blue) = 187+192+219=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DB is #443F24. Grayscale: #C1C1C1. Windows color (decimal): -4472613 or 14401723. OLE color: 14401723.
HSL color Cylindrical-coordinate representation of color #BBC0DB: hue angle of 230.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC0DB is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 192 | 219 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.14 |
| HSL | 230.63º | 0.31% | 0.8% | - |
| HSV(B) | 230.63º | 0.15% | 0.86% | - |
| XYZ | 52.13 | 53.38 | 74.57 | - |
| YUV | 193.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 219 | 0.15 | 0.12 | 0 | 0.14 | 230.63 | 0.31 | 0.8 |
| Hex | BB | C0 | DB | F | C | 0 | E | E7 | 1F | 50 |
| Octal | 273 | 300 | 333 | 17 | 14 | 0 | 16 | 347 | 37 | 120 |
| Binary | 10111011 | 11000000 | 11011011 | 1111 | 1100 | 0 | 1110 | 11100111 | 11111 | 1010000 |
Color Harmonies of #BBC0DB
Complementary color
Monochromatic Colors of #BBC0DB
Black with #BBC0DB
Text Example
Text Example
White with #BBC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0DB; }
p { color: rgb(187,192,219); }
H1.HeaderClassName
{
color: #BBC0DB;
}
.AnyTagClassName
{
color: #BBC0DB;
}
</style>
background-color css
<style>
a { background-color: #BBC0DB; }
a { background-color: rgb(187,192,219); }
div.DivClassName
{
background-color: #BBC0DB;
}
.BgClassName
{
background-color: #BBC0DB;
}
</style>
border-color css
<style>
span { border-color: #BBC0DB; }
span { border-color: rgb(187,192,219); }
td.TdClassName
{
border-color: #BBC0DB;
}
.TagClassName
{
border-color: #BBC0DB;
}
</style>