Shades of Lavender Grey #BBB7DD
Tints of Lavender Grey #BBB7DD
RGB
CMYK
RGB Variations
Color information
#BBB7DD (or 0xBBB7DD) is known color: Lavender Grey. HEX triplet: BB, B7 and DD. RGB value is (187,183,221). Sum of RGB (Red+Green+Blue) = 187+183+221=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DD is #444822. Grayscale: #BCBCBC. Windows color (decimal): -4474915 or 14530491. OLE color: 14530491.
HSL color Cylindrical-coordinate representation of color #BBB7DD: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB7DD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 183 | 221 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.13 |
| HSL | 246.32º | 0.36% | 0.79% | - |
| HSV(B) | 246.32º | 0.17% | 0.87% | - |
| XYZ | 50.48 | 49.65 | 75.33 | - |
| YUV | 188.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 221 | 0.15 | 0.17 | 0 | 0.13 | 246.32 | 0.36 | 0.79 |
| Hex | BB | B7 | DD | F | 11 | 0 | D | F6 | 24 | 4F |
| Octal | 273 | 267 | 335 | 17 | 21 | 0 | 15 | 366 | 44 | 117 |
| Binary | 10111011 | 10110111 | 11011101 | 1111 | 10001 | 0 | 1101 | 11110110 | 100100 | 1001111 |
Color Harmonies of #BBB7DD
Complementary color
Monochromatic Colors of #BBB7DD
Black with #BBB7DD
Text Example
Text Example
White with #BBB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7DD; }
p { color: rgb(187,183,221); }
H1.HeaderClassName
{
color: #BBB7DD;
}
.AnyTagClassName
{
color: #BBB7DD;
}
</style>
background-color css
<style>
a { background-color: #BBB7DD; }
a { background-color: rgb(187,183,221); }
div.DivClassName
{
background-color: #BBB7DD;
}
.BgClassName
{
background-color: #BBB7DD;
}
</style>
border-color css
<style>
span { border-color: #BBB7DD; }
span { border-color: rgb(187,183,221); }
td.TdClassName
{
border-color: #BBB7DD;
}
.TagClassName
{
border-color: #BBB7DD;
}
</style>