Shades of Lavender Grey #BBBBD9
Tints of Lavender Grey #BBBBD9
RGB
CMYK
RGB Variations
Color information
#BBBBD9 (or 0xBBBBD9) is known color: Lavender Grey. HEX triplet: BB, BB and D9. RGB value is (187,187,217). Sum of RGB (Red+Green+Blue) = 187+187+217=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBD9 is #444426. Grayscale: #BEBEBE. Windows color (decimal): -4473895 or 14269371. OLE color: 14269371.
HSL color Cylindrical-coordinate representation of color #BBBBD9: hue angle of 240º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBBBD9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 187 | 217 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.15 |
| HSL | 240º | 0.28% | 0.79% | - |
| HSV(B) | 240º | 0.14% | 0.85% | - |
| XYZ | 50.79 | 51.12 | 72.84 | - |
| YUV | 190.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 217 | 0.14 | 0.14 | 0 | 0.15 | 240 | 0.28 | 0.79 |
| Hex | BB | BB | D9 | E | E | 0 | F | F0 | 1C | 4F |
| Octal | 273 | 273 | 331 | 16 | 16 | 0 | 17 | 360 | 34 | 117 |
| Binary | 10111011 | 10111011 | 11011001 | 1110 | 1110 | 0 | 1111 | 11110000 | 11100 | 1001111 |
Color Harmonies of #BBBBD9
Complementary color
Monochromatic Colors of #BBBBD9
Black with #BBBBD9
Text Example
Text Example
White with #BBBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBD9; }
p { color: rgb(187,187,217); }
H1.HeaderClassName
{
color: #BBBBD9;
}
.AnyTagClassName
{
color: #BBBBD9;
}
</style>
background-color css
<style>
a { background-color: #BBBBD9; }
a { background-color: rgb(187,187,217); }
div.DivClassName
{
background-color: #BBBBD9;
}
.BgClassName
{
background-color: #BBBBD9;
}
</style>
border-color css
<style>
span { border-color: #BBBBD9; }
span { border-color: rgb(187,187,217); }
td.TdClassName
{
border-color: #BBBBD9;
}
.TagClassName
{
border-color: #BBBBD9;
}
</style>