Shades of Lavender Grey #BBC0DE
Tints of Lavender Grey #BBC0DE
RGB
CMYK
RGB Variations
Color information
#BBC0DE (or 0xBBC0DE) is known color: Lavender Grey. HEX triplet: BB, C0 and DE. RGB value is (187,192,222). Sum of RGB (Red+Green+Blue) = 187+192+222=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DE is #443F21. Grayscale: #C1C1C1. Windows color (decimal): -4472610 or 14598331. OLE color: 14598331.
HSL color Cylindrical-coordinate representation of color #BBC0DE: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC0DE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 192 | 222 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.13 |
| HSL | 231.43º | 0.35% | 0.8% | - |
| HSV(B) | 231.43º | 0.16% | 0.87% | - |
| XYZ | 52.53 | 53.54 | 76.67 | - |
| YUV | 193.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 222 | 0.16 | 0.14 | 0 | 0.13 | 231.43 | 0.35 | 0.8 |
| Hex | BB | C0 | DE | 10 | E | 0 | D | E7 | 23 | 50 |
| Octal | 273 | 300 | 336 | 20 | 16 | 0 | 15 | 347 | 43 | 120 |
| Binary | 10111011 | 11000000 | 11011110 | 10000 | 1110 | 0 | 1101 | 11100111 | 100011 | 1010000 |
Color Harmonies of #BBC0DE
Complementary color
Monochromatic Colors of #BBC0DE
Black with #BBC0DE
Text Example
Text Example
White with #BBC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0DE; }
p { color: rgb(187,192,222); }
H1.HeaderClassName
{
color: #BBC0DE;
}
.AnyTagClassName
{
color: #BBC0DE;
}
</style>
background-color css
<style>
a { background-color: #BBC0DE; }
a { background-color: rgb(187,192,222); }
div.DivClassName
{
background-color: #BBC0DE;
}
.BgClassName
{
background-color: #BBC0DE;
}
</style>
border-color css
<style>
span { border-color: #BBC0DE; }
span { border-color: rgb(187,192,222); }
td.TdClassName
{
border-color: #BBC0DE;
}
.TagClassName
{
border-color: #BBC0DE;
}
</style>