Shades of Lavender Grey #BBB7D9
Tints of Lavender Grey #BBB7D9
RGB
CMYK
RGB Variations
Color information
#BBB7D9 (or 0xBBB7D9) is known color: Lavender Grey. HEX triplet: BB, B7 and D9. RGB value is (187,183,217). Sum of RGB (Red+Green+Blue) = 187+183+217=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D9 is #444826. Grayscale: #BBBBBB. Windows color (decimal): -4474919 or 14268347. OLE color: 14268347.
HSL color Cylindrical-coordinate representation of color #BBB7D9: hue angle of 247.06º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB7D9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 183 | 217 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.15 |
| HSL | 247.06º | 0.31% | 0.78% | - |
| HSV(B) | 247.06º | 0.16% | 0.85% | - |
| XYZ | 49.95 | 49.44 | 72.56 | - |
| YUV | 188.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 217 | 0.14 | 0.16 | 0 | 0.15 | 247.06 | 0.31 | 0.78 |
| Hex | BB | B7 | D9 | E | 10 | 0 | F | F7 | 1F | 4E |
| Octal | 273 | 267 | 331 | 16 | 20 | 0 | 17 | 367 | 37 | 116 |
| Binary | 10111011 | 10110111 | 11011001 | 1110 | 10000 | 0 | 1111 | 11110111 | 11111 | 1001110 |
Color Harmonies of #BBB7D9
Complementary color
Monochromatic Colors of #BBB7D9
Black with #BBB7D9
Text Example
Text Example
White with #BBB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7D9; }
p { color: rgb(187,183,217); }
H1.HeaderClassName
{
color: #BBB7D9;
}
.AnyTagClassName
{
color: #BBB7D9;
}
</style>
background-color css
<style>
a { background-color: #BBB7D9; }
a { background-color: rgb(187,183,217); }
div.DivClassName
{
background-color: #BBB7D9;
}
.BgClassName
{
background-color: #BBB7D9;
}
</style>
border-color css
<style>
span { border-color: #BBB7D9; }
span { border-color: rgb(187,183,217); }
td.TdClassName
{
border-color: #BBB7D9;
}
.TagClassName
{
border-color: #BBB7D9;
}
</style>