Shades of Lavender Grey #BABBE8
Tints of Lavender Grey #BABBE8
RGB
CMYK
RGB Variations
Color information
#BABBE8 (or 0xBABBE8) is known color: Lavender Grey. HEX triplet: BA, BB and E8. RGB value is (186,187,232). Sum of RGB (Red+Green+Blue) = 186+187+232=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 232 (91.02% from 255 or 38.35% from 605); Max value from RGB is 232 - color contains mainly: blue. Hex color #BABBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBE8 is #454417. Grayscale: #BFBFBF. Windows color (decimal): -4539416 or 15252410. OLE color: 15252410.
HSL color Cylindrical-coordinate representation of color #BABBE8: hue angle of 238.7º degrees, saturation: 0.5, 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 #BABBE8 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 187 | 232 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.09 |
| HSL | 238.7º | 0.5% | 0.82% | - |
| HSV(B) | 238.7º | 0.2% | 0.91% | - |
| XYZ | 52.59 | 51.81 | 83.57 | - |
| YUV | 191.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 232 | 0.20 | 0.19 | 0 | 0.09 | 238.7 | 0.5 | 0.82 |
| Hex | BA | BB | E8 | 14 | 13 | 0 | 9 | EF | 32 | 52 |
| Octal | 272 | 273 | 350 | 24 | 23 | 0 | 11 | 357 | 62 | 122 |
| Binary | 10111010 | 10111011 | 11101000 | 10100 | 10011 | 0 | 1001 | 11101111 | 110010 | 1010010 |
Color Harmonies of #BABBE8
Complementary color
Monochromatic Colors of #BABBE8
Black with #BABBE8
Text Example
Text Example
White with #BABBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBE8; }
p { color: rgb(186,187,232); }
H1.HeaderClassName
{
color: #BABBE8;
}
.AnyTagClassName
{
color: #BABBE8;
}
</style>
background-color css
<style>
a { background-color: #BABBE8; }
a { background-color: rgb(186,187,232); }
div.DivClassName
{
background-color: #BABBE8;
}
.BgClassName
{
background-color: #BABBE8;
}
</style>
border-color css
<style>
span { border-color: #BABBE8; }
span { border-color: rgb(186,187,232); }
td.TdClassName
{
border-color: #BABBE8;
}
.TagClassName
{
border-color: #BABBE8;
}
</style>