Shades of Lavender Grey #BBB9D9
Tints of Lavender Grey #BBB9D9
RGB
CMYK
RGB Variations
Color information
#BBB9D9 (or 0xBBB9D9) is known color: Lavender Grey. HEX triplet: BB, B9 and D9. RGB value is (187,185,217). Sum of RGB (Red+Green+Blue) = 187+185+217=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBB9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9D9 is #444626. Grayscale: #BDBDBD. Windows color (decimal): -4474407 or 14268859. OLE color: 14268859.
HSL color Cylindrical-coordinate representation of color #BBB9D9: hue angle of 243.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBB9D9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 185 | 217 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.15 |
| HSL | 243.75º | 0.3% | 0.79% | - |
| HSV(B) | 243.75º | 0.15% | 0.85% | - |
| XYZ | 50.37 | 50.27 | 72.69 | - |
| YUV | 189.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 217 | 0.14 | 0.15 | 0 | 0.15 | 243.75 | 0.3 | 0.79 |
| Hex | BB | B9 | D9 | E | F | 0 | F | F4 | 1E | 4F |
| Octal | 273 | 271 | 331 | 16 | 17 | 0 | 17 | 364 | 36 | 117 |
| Binary | 10111011 | 10111001 | 11011001 | 1110 | 1111 | 0 | 1111 | 11110100 | 11110 | 1001111 |
Color Harmonies of #BBB9D9
Complementary color
Monochromatic Colors of #BBB9D9
Black with #BBB9D9
Text Example
Text Example
White with #BBB9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9D9; }
p { color: rgb(187,185,217); }
H1.HeaderClassName
{
color: #BBB9D9;
}
.AnyTagClassName
{
color: #BBB9D9;
}
</style>
background-color css
<style>
a { background-color: #BBB9D9; }
a { background-color: rgb(187,185,217); }
div.DivClassName
{
background-color: #BBB9D9;
}
.BgClassName
{
background-color: #BBB9D9;
}
</style>
border-color css
<style>
span { border-color: #BBB9D9; }
span { border-color: rgb(187,185,217); }
td.TdClassName
{
border-color: #BBB9D9;
}
.TagClassName
{
border-color: #BBB9D9;
}
</style>