Shades of Lavender Grey #BBBDE2
Tints of Lavender Grey #BBBDE2
RGB
CMYK
RGB Variations
Color information
#BBBDE2 (or 0xBBBDE2) is known color: Lavender Grey. HEX triplet: BB, BD and E2. RGB value is (187,189,226). Sum of RGB (Red+Green+Blue) = 187+189+226=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE2 is #44421D. Grayscale: #C0C0C0. Windows color (decimal): -4473374 or 14859707. OLE color: 14859707.
HSL color Cylindrical-coordinate representation of color #BBBDE2: hue angle of 236.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBDE2 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 189 | 226 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.11 |
| HSL | 236.92º | 0.4% | 0.81% | - |
| HSV(B) | 236.92º | 0.17% | 0.89% | - |
| XYZ | 52.42 | 52.45 | 79.31 | - |
| YUV | 192.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 226 | 0.17 | 0.16 | 0 | 0.11 | 236.92 | 0.4 | 0.81 |
| Hex | BB | BD | E2 | 11 | 10 | 0 | B | ED | 28 | 51 |
| Octal | 273 | 275 | 342 | 21 | 20 | 0 | 13 | 355 | 50 | 121 |
| Binary | 10111011 | 10111101 | 11100010 | 10001 | 10000 | 0 | 1011 | 11101101 | 101000 | 1010001 |
Color Harmonies of #BBBDE2
Complementary color
Monochromatic Colors of #BBBDE2
Black with #BBBDE2
Text Example
Text Example
White with #BBBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDE2; }
p { color: rgb(187,189,226); }
H1.HeaderClassName
{
color: #BBBDE2;
}
.AnyTagClassName
{
color: #BBBDE2;
}
</style>
background-color css
<style>
a { background-color: #BBBDE2; }
a { background-color: rgb(187,189,226); }
div.DivClassName
{
background-color: #BBBDE2;
}
.BgClassName
{
background-color: #BBBDE2;
}
</style>
border-color css
<style>
span { border-color: #BBBDE2; }
span { border-color: rgb(187,189,226); }
td.TdClassName
{
border-color: #BBBDE2;
}
.TagClassName
{
border-color: #BBBDE2;
}
</style>