Shades of Lavender Grey #BABBE2
Tints of Lavender Grey #BABBE2
RGB
CMYK
RGB Variations
Color information
#BABBE2 (or 0xBABBE2) is known color: Lavender Grey. HEX triplet: BA, BB and E2. RGB value is (186,187,226). Sum of RGB (Red+Green+Blue) = 186+187+226=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #BABBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBE2 is #45441D. Grayscale: #BEBEBE. Windows color (decimal): -4539422 or 14859194. OLE color: 14859194.
HSL color Cylindrical-coordinate representation of color #BABBE2: hue angle of 238.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BABBE2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 187 | 226 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 238.5º | 0.41% | 0.81% | - |
| HSV(B) | 238.5º | 0.18% | 0.89% | - |
| XYZ | 51.75 | 51.47 | 79.16 | - |
| YUV | 191.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 226 | 0.18 | 0.17 | 0 | 0.11 | 238.5 | 0.41 | 0.81 |
| Hex | BA | BB | E2 | 12 | 11 | 0 | B | EE | 29 | 51 |
| Octal | 272 | 273 | 342 | 22 | 21 | 0 | 13 | 356 | 51 | 121 |
| Binary | 10111010 | 10111011 | 11100010 | 10010 | 10001 | 0 | 1011 | 11101110 | 101001 | 1010001 |
Color Harmonies of #BABBE2
Complementary color
Monochromatic Colors of #BABBE2
Black with #BABBE2
Text Example
Text Example
White with #BABBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBE2; }
p { color: rgb(186,187,226); }
H1.HeaderClassName
{
color: #BABBE2;
}
.AnyTagClassName
{
color: #BABBE2;
}
</style>
background-color css
<style>
a { background-color: #BABBE2; }
a { background-color: rgb(186,187,226); }
div.DivClassName
{
background-color: #BABBE2;
}
.BgClassName
{
background-color: #BABBE2;
}
</style>
border-color css
<style>
span { border-color: #BABBE2; }
span { border-color: rgb(186,187,226); }
td.TdClassName
{
border-color: #BABBE2;
}
.TagClassName
{
border-color: #BABBE2;
}
</style>