Shades of Lavender Grey #BBB7DB
Tints of Lavender Grey #BBB7DB
RGB
CMYK
RGB Variations
Color information
#BBB7DB (or 0xBBB7DB) is known color: Lavender Grey. HEX triplet: BB, B7 and DB. RGB value is (187,183,219). Sum of RGB (Red+Green+Blue) = 187+183+219=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DB is #444824. Grayscale: #BCBCBC. Windows color (decimal): -4474917 or 14399419. OLE color: 14399419.
HSL color Cylindrical-coordinate representation of color #BBB7DB: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB7DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 183 | 219 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.14 |
| HSL | 246.67º | 0.33% | 0.79% | - |
| HSV(B) | 246.67º | 0.16% | 0.86% | - |
| XYZ | 50.21 | 49.55 | 73.93 | - |
| YUV | 188.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 219 | 0.15 | 0.16 | 0 | 0.14 | 246.67 | 0.33 | 0.79 |
| Hex | BB | B7 | DB | F | 10 | 0 | E | F7 | 21 | 4F |
| Octal | 273 | 267 | 333 | 17 | 20 | 0 | 16 | 367 | 41 | 117 |
| Binary | 10111011 | 10110111 | 11011011 | 1111 | 10000 | 0 | 1110 | 11110111 | 100001 | 1001111 |
Color Harmonies of #BBB7DB
Complementary color
Monochromatic Colors of #BBB7DB
Black with #BBB7DB
Text Example
Text Example
White with #BBB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7DB; }
p { color: rgb(187,183,219); }
H1.HeaderClassName
{
color: #BBB7DB;
}
.AnyTagClassName
{
color: #BBB7DB;
}
</style>
background-color css
<style>
a { background-color: #BBB7DB; }
a { background-color: rgb(187,183,219); }
div.DivClassName
{
background-color: #BBB7DB;
}
.BgClassName
{
background-color: #BBB7DB;
}
</style>
border-color css
<style>
span { border-color: #BBB7DB; }
span { border-color: rgb(187,183,219); }
td.TdClassName
{
border-color: #BBB7DB;
}
.TagClassName
{
border-color: #BBB7DB;
}
</style>