Shades of Lavender Grey #BBB5DB
Tints of Lavender Grey #BBB5DB
RGB
CMYK
RGB Variations
Color information
#BBB5DB (or 0xBBB5DB) is known color: Lavender Grey. HEX triplet: BB, B5 and DB. RGB value is (187,181,219). Sum of RGB (Red+Green+Blue) = 187+181+219=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5DB is #444A24. Grayscale: #BABABA. Windows color (decimal): -4475429 or 14398907. OLE color: 14398907.
HSL color Cylindrical-coordinate representation of color #BBB5DB: hue angle of 249.47º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB5DB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 181 | 219 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.14 |
| HSL | 249.47º | 0.35% | 0.78% | - |
| HSV(B) | 249.47º | 0.17% | 0.86% | - |
| XYZ | 49.8 | 48.73 | 73.8 | - |
| YUV | 187.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 219 | 0.15 | 0.17 | 0 | 0.14 | 249.47 | 0.35 | 0.78 |
| Hex | BB | B5 | DB | F | 11 | 0 | E | F9 | 23 | 4E |
| Octal | 273 | 265 | 333 | 17 | 21 | 0 | 16 | 371 | 43 | 116 |
| Binary | 10111011 | 10110101 | 11011011 | 1111 | 10001 | 0 | 1110 | 11111001 | 100011 | 1001110 |
Color Harmonies of #BBB5DB
Complementary color
Monochromatic Colors of #BBB5DB
Black with #BBB5DB
Text Example
Text Example
White with #BBB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5DB; }
p { color: rgb(187,181,219); }
H1.HeaderClassName
{
color: #BBB5DB;
}
.AnyTagClassName
{
color: #BBB5DB;
}
</style>
background-color css
<style>
a { background-color: #BBB5DB; }
a { background-color: rgb(187,181,219); }
div.DivClassName
{
background-color: #BBB5DB;
}
.BgClassName
{
background-color: #BBB5DB;
}
</style>
border-color css
<style>
span { border-color: #BBB5DB; }
span { border-color: rgb(187,181,219); }
td.TdClassName
{
border-color: #BBB5DB;
}
.TagClassName
{
border-color: #BBB5DB;
}
</style>