Shades of Lavender Grey #BBBBED
Tints of Lavender Grey #BBBBED
RGB
CMYK
RGB Variations
Color information
#BBBBED (or 0xBBBBED) is known color: Lavender Grey. HEX triplet: BB, BB and ED. RGB value is (187,187,237). Sum of RGB (Red+Green+Blue) = 187+187+237=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBED is #444412. Grayscale: #C0C0C0. Windows color (decimal): -4473875 or 15580091. OLE color: 15580091.
HSL color Cylindrical-coordinate representation of color #BBBBED: hue angle of 240º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBBED is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 187 | 237 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.07 |
| HSL | 240º | 0.58% | 0.83% | - |
| HSV(B) | 240º | 0.21% | 0.93% | - |
| XYZ | 53.55 | 52.22 | 87.38 | - |
| YUV | 192.7 | 153 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 237 | 0.21 | 0.21 | 0 | 0.07 | 240 | 0.58 | 0.83 |
| Hex | BB | BB | ED | 15 | 15 | 0 | 7 | F0 | 3A | 53 |
| Octal | 273 | 273 | 355 | 25 | 25 | 0 | 7 | 360 | 72 | 123 |
| Binary | 10111011 | 10111011 | 11101101 | 10101 | 10101 | 0 | 111 | 11110000 | 111010 | 1010011 |
Color Harmonies of #BBBBED
Complementary color
Monochromatic Colors of #BBBBED
Black with #BBBBED
Text Example
Text Example
White with #BBBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBBED; }
p { color: rgb(187,187,237); }
H1.HeaderClassName
{
color: #BBBBED;
}
.AnyTagClassName
{
color: #BBBBED;
}
</style>
background-color css
<style>
a { background-color: #BBBBED; }
a { background-color: rgb(187,187,237); }
div.DivClassName
{
background-color: #BBBBED;
}
.BgClassName
{
background-color: #BBBBED;
}
</style>
border-color css
<style>
span { border-color: #BBBBED; }
span { border-color: rgb(187,187,237); }
td.TdClassName
{
border-color: #BBBBED;
}
.TagClassName
{
border-color: #BBBBED;
}
</style>