Shades of Lavender Grey #BBB6E9
Tints of Lavender Grey #BBB6E9
RGB
CMYK
RGB Variations
Color information
#BBB6E9 (or 0xBBB6E9) is known color: Lavender Grey. HEX triplet: BB, B6 and E9. RGB value is (187,182,233). Sum of RGB (Red+Green+Blue) = 187+182+233=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6E9 is #444916. Grayscale: #BDBDBD. Windows color (decimal): -4475159 or 15316667. OLE color: 15316667.
HSL color Cylindrical-coordinate representation of color #BBB6E9: hue angle of 245.88º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB6E9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 182 | 233 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.09 |
| HSL | 245.88º | 0.54% | 0.81% | - |
| HSV(B) | 245.88º | 0.22% | 0.91% | - |
| XYZ | 51.93 | 49.9 | 83.99 | - |
| YUV | 189.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 233 | 0.20 | 0.22 | 0 | 0.09 | 245.88 | 0.54 | 0.81 |
| Hex | BB | B6 | E9 | 14 | 16 | 0 | 9 | F6 | 36 | 51 |
| Octal | 273 | 266 | 351 | 24 | 26 | 0 | 11 | 366 | 66 | 121 |
| Binary | 10111011 | 10110110 | 11101001 | 10100 | 10110 | 0 | 1001 | 11110110 | 110110 | 1010001 |
Color Harmonies of #BBB6E9
Complementary color
Monochromatic Colors of #BBB6E9
Black with #BBB6E9
Text Example
Text Example
White with #BBB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6E9; }
p { color: rgb(187,182,233); }
H1.HeaderClassName
{
color: #BBB6E9;
}
.AnyTagClassName
{
color: #BBB6E9;
}
</style>
background-color css
<style>
a { background-color: #BBB6E9; }
a { background-color: rgb(187,182,233); }
div.DivClassName
{
background-color: #BBB6E9;
}
.BgClassName
{
background-color: #BBB6E9;
}
</style>
border-color css
<style>
span { border-color: #BBB6E9; }
span { border-color: rgb(187,182,233); }
td.TdClassName
{
border-color: #BBB6E9;
}
.TagClassName
{
border-color: #BBB6E9;
}
</style>