Shades of Lavender Grey #BBBBE7
Tints of Lavender Grey #BBBBE7
RGB
CMYK
RGB Variations
Color information
#BBBBE7 (or 0xBBBBE7) is known color: Lavender Grey. HEX triplet: BB, BB and E7. RGB value is (187,187,231). Sum of RGB (Red+Green+Blue) = 187+187+231=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBE7 is #444418. Grayscale: #BFBFBF. Windows color (decimal): -4473881 or 15186875. OLE color: 15186875.
HSL color Cylindrical-coordinate representation of color #BBBBE7: hue angle of 240º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBBE7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 187 | 231 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.09 |
| HSL | 240º | 0.48% | 0.82% | - |
| HSV(B) | 240º | 0.19% | 0.91% | - |
| XYZ | 52.69 | 51.87 | 82.84 | - |
| YUV | 192.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 231 | 0.19 | 0.19 | 0 | 0.09 | 240 | 0.48 | 0.82 |
| Hex | BB | BB | E7 | 13 | 13 | 0 | 9 | F0 | 30 | 52 |
| Octal | 273 | 273 | 347 | 23 | 23 | 0 | 11 | 360 | 60 | 122 |
| Binary | 10111011 | 10111011 | 11100111 | 10011 | 10011 | 0 | 1001 | 11110000 | 110000 | 1010010 |
Color Harmonies of #BBBBE7
Complementary color
Monochromatic Colors of #BBBBE7
Black with #BBBBE7
Text Example
Text Example
White with #BBBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBE7; }
p { color: rgb(187,187,231); }
H1.HeaderClassName
{
color: #BBBBE7;
}
.AnyTagClassName
{
color: #BBBBE7;
}
</style>
background-color css
<style>
a { background-color: #BBBBE7; }
a { background-color: rgb(187,187,231); }
div.DivClassName
{
background-color: #BBBBE7;
}
.BgClassName
{
background-color: #BBBBE7;
}
</style>
border-color css
<style>
span { border-color: #BBBBE7; }
span { border-color: rgb(187,187,231); }
td.TdClassName
{
border-color: #BBBBE7;
}
.TagClassName
{
border-color: #BBBBE7;
}
</style>