Shades of Lavender Grey #BBB6DD
Tints of Lavender Grey #BBB6DD
RGB
CMYK
RGB Variations
Color information
#BBB6DD (or 0xBBB6DD) is known color: Lavender Grey. HEX triplet: BB, B6 and DD. RGB value is (187,182,221). Sum of RGB (Red+Green+Blue) = 187+182+221=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6DD is #444922. Grayscale: #BBBBBB. Windows color (decimal): -4475171 or 14530235. OLE color: 14530235.
HSL color Cylindrical-coordinate representation of color #BBB6DD: hue angle of 247.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBB6DD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 182 | 221 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.13 |
| HSL | 247.69º | 0.36% | 0.79% | - |
| HSV(B) | 247.69º | 0.18% | 0.87% | - |
| XYZ | 50.27 | 49.24 | 75.26 | - |
| YUV | 187.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 221 | 0.15 | 0.18 | 0 | 0.13 | 247.69 | 0.36 | 0.79 |
| Hex | BB | B6 | DD | F | 12 | 0 | D | F8 | 24 | 4F |
| Octal | 273 | 266 | 335 | 17 | 22 | 0 | 15 | 370 | 44 | 117 |
| Binary | 10111011 | 10110110 | 11011101 | 1111 | 10010 | 0 | 1101 | 11111000 | 100100 | 1001111 |
Color Harmonies of #BBB6DD
Complementary color
Monochromatic Colors of #BBB6DD
Black with #BBB6DD
Text Example
Text Example
White with #BBB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6DD; }
p { color: rgb(187,182,221); }
H1.HeaderClassName
{
color: #BBB6DD;
}
.AnyTagClassName
{
color: #BBB6DD;
}
</style>
background-color css
<style>
a { background-color: #BBB6DD; }
a { background-color: rgb(187,182,221); }
div.DivClassName
{
background-color: #BBB6DD;
}
.BgClassName
{
background-color: #BBB6DD;
}
</style>
border-color css
<style>
span { border-color: #BBB6DD; }
span { border-color: rgb(187,182,221); }
td.TdClassName
{
border-color: #BBB6DD;
}
.TagClassName
{
border-color: #BBB6DD;
}
</style>