Shades of Lavender Grey #BBBBDC
Tints of Lavender Grey #BBBBDC
RGB
CMYK
RGB Variations
Color information
#BBBBDC (or 0xBBBBDC) is known color: Lavender Grey. HEX triplet: BB, BB and DC. RGB value is (187,187,220). Sum of RGB (Red+Green+Blue) = 187+187+220=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBDC is #444423. Grayscale: #BEBEBE. Windows color (decimal): -4473892 or 14465979. OLE color: 14465979.
HSL color Cylindrical-coordinate representation of color #BBBBDC: hue angle of 240º 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 #BBBBDC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 187 | 220 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.14 |
| HSL | 240º | 0.32% | 0.8% | - |
| HSV(B) | 240º | 0.15% | 0.86% | - |
| XYZ | 51.18 | 51.27 | 74.91 | - |
| YUV | 190.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 220 | 0.15 | 0.15 | 0 | 0.14 | 240 | 0.32 | 0.8 |
| Hex | BB | BB | DC | F | F | 0 | E | F0 | 20 | 50 |
| Octal | 273 | 273 | 334 | 17 | 17 | 0 | 16 | 360 | 40 | 120 |
| Binary | 10111011 | 10111011 | 11011100 | 1111 | 1111 | 0 | 1110 | 11110000 | 100000 | 1010000 |
Color Harmonies of #BBBBDC
Complementary color
Monochromatic Colors of #BBBBDC
Black with #BBBBDC
Text Example
Text Example
White with #BBBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBDC; }
p { color: rgb(187,187,220); }
H1.HeaderClassName
{
color: #BBBBDC;
}
.AnyTagClassName
{
color: #BBBBDC;
}
</style>
background-color css
<style>
a { background-color: #BBBBDC; }
a { background-color: rgb(187,187,220); }
div.DivClassName
{
background-color: #BBBBDC;
}
.BgClassName
{
background-color: #BBBBDC;
}
</style>
border-color css
<style>
span { border-color: #BBBBDC; }
span { border-color: rgb(187,187,220); }
td.TdClassName
{
border-color: #BBBBDC;
}
.TagClassName
{
border-color: #BBBBDC;
}
</style>