Shades of Lavender Grey #BBBBE9
Tints of Lavender Grey #BBBBE9
RGB
CMYK
RGB Variations
Color information
#BBBBE9 (or 0xBBBBE9) is known color: Lavender Grey. HEX triplet: BB, BB and E9. RGB value is (187,187,233). Sum of RGB (Red+Green+Blue) = 187+187+233=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBE9 is #444416. Grayscale: #C0C0C0. Windows color (decimal): -4473879 or 15317947. OLE color: 15317947.
HSL color Cylindrical-coordinate representation of color #BBBBE9: hue angle of 240º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBBE9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 187 | 233 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.09 |
| HSL | 240º | 0.51% | 0.82% | - |
| HSV(B) | 240º | 0.2% | 0.91% | - |
| XYZ | 52.97 | 51.99 | 84.33 | - |
| YUV | 192.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 233 | 0.20 | 0.20 | 0 | 0.09 | 240 | 0.51 | 0.82 |
| Hex | BB | BB | E9 | 14 | 14 | 0 | 9 | F0 | 33 | 52 |
| Octal | 273 | 273 | 351 | 24 | 24 | 0 | 11 | 360 | 63 | 122 |
| Binary | 10111011 | 10111011 | 11101001 | 10100 | 10100 | 0 | 1001 | 11110000 | 110011 | 1010010 |
Color Harmonies of #BBBBE9
Complementary color
Monochromatic Colors of #BBBBE9
Black with #BBBBE9
Text Example
Text Example
White with #BBBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE9; }
p { color: rgb(187,187,233); }
H1.HeaderClassName
{
color: #BBBBE9;
}
.AnyTagClassName
{
color: #BBBBE9;
}
</style>
background-color css
<style>
a { background-color: #BBBBE9; }
a { background-color: rgb(187,187,233); }
div.DivClassName
{
background-color: #BBBBE9;
}
.BgClassName
{
background-color: #BBBBE9;
}
</style>
border-color css
<style>
span { border-color: #BBBBE9; }
span { border-color: rgb(187,187,233); }
td.TdClassName
{
border-color: #BBBBE9;
}
.TagClassName
{
border-color: #BBBBE9;
}
</style>