Shades of Lavender Grey #BBC0DC
Tints of Lavender Grey #BBC0DC
RGB
CMYK
RGB Variations
Color information
#BBC0DC (or 0xBBC0DC) is known color: Lavender Grey. HEX triplet: BB, C0 and DC. RGB value is (187,192,220). Sum of RGB (Red+Green+Blue) = 187+192+220=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0DC is #443F23. Grayscale: #C1C1C1. Windows color (decimal): -4472612 or 14467259. OLE color: 14467259.
HSL color Cylindrical-coordinate representation of color #BBC0DC: hue angle of 230.91º degrees, saturation: 0.32, 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 #BBC0DC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 192 | 220 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.14 |
| HSL | 230.91º | 0.32% | 0.8% | - |
| HSV(B) | 230.91º | 0.15% | 0.86% | - |
| XYZ | 52.26 | 53.43 | 75.27 | - |
| YUV | 193.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 220 | 0.15 | 0.13 | 0 | 0.14 | 230.91 | 0.32 | 0.8 |
| Hex | BB | C0 | DC | F | D | 0 | E | E7 | 20 | 50 |
| Octal | 273 | 300 | 334 | 17 | 15 | 0 | 16 | 347 | 40 | 120 |
| Binary | 10111011 | 11000000 | 11011100 | 1111 | 1101 | 0 | 1110 | 11100111 | 100000 | 1010000 |
Color Harmonies of #BBC0DC
Complementary color
Monochromatic Colors of #BBC0DC
Black with #BBC0DC
Text Example
Text Example
White with #BBC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0DC; }
p { color: rgb(187,192,220); }
H1.HeaderClassName
{
color: #BBC0DC;
}
.AnyTagClassName
{
color: #BBC0DC;
}
</style>
background-color css
<style>
a { background-color: #BBC0DC; }
a { background-color: rgb(187,192,220); }
div.DivClassName
{
background-color: #BBC0DC;
}
.BgClassName
{
background-color: #BBC0DC;
}
</style>
border-color css
<style>
span { border-color: #BBC0DC; }
span { border-color: rgb(187,192,220); }
td.TdClassName
{
border-color: #BBC0DC;
}
.TagClassName
{
border-color: #BBC0DC;
}
</style>