Shades of Lavender Grey #BBB9DD
Tints of Lavender Grey #BBB9DD
RGB
CMYK
RGB Variations
Color information
#BBB9DD (or 0xBBB9DD) is known color: Lavender Grey. HEX triplet: BB, B9 and DD. RGB value is (187,185,221). Sum of RGB (Red+Green+Blue) = 187+185+221=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9DD is #444622. Grayscale: #BDBDBD. Windows color (decimal): -4474403 or 14531003. OLE color: 14531003.
HSL color Cylindrical-coordinate representation of color #BBB9DD: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB9DD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 185 | 221 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.13 |
| HSL | 243.33º | 0.35% | 0.8% | - |
| HSV(B) | 243.33º | 0.16% | 0.87% | - |
| XYZ | 50.89 | 50.48 | 75.47 | - |
| YUV | 189.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 221 | 0.15 | 0.16 | 0 | 0.13 | 243.33 | 0.35 | 0.8 |
| Hex | BB | B9 | DD | F | 10 | 0 | D | F3 | 23 | 50 |
| Octal | 273 | 271 | 335 | 17 | 20 | 0 | 15 | 363 | 43 | 120 |
| Binary | 10111011 | 10111001 | 11011101 | 1111 | 10000 | 0 | 1101 | 11110011 | 100011 | 1010000 |
Color Harmonies of #BBB9DD
Complementary color
Monochromatic Colors of #BBB9DD
Black with #BBB9DD
Text Example
Text Example
White with #BBB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9DD; }
p { color: rgb(187,185,221); }
H1.HeaderClassName
{
color: #BBB9DD;
}
.AnyTagClassName
{
color: #BBB9DD;
}
</style>
background-color css
<style>
a { background-color: #BBB9DD; }
a { background-color: rgb(187,185,221); }
div.DivClassName
{
background-color: #BBB9DD;
}
.BgClassName
{
background-color: #BBB9DD;
}
</style>
border-color css
<style>
span { border-color: #BBB9DD; }
span { border-color: rgb(187,185,221); }
td.TdClassName
{
border-color: #BBB9DD;
}
.TagClassName
{
border-color: #BBB9DD;
}
</style>