Shades of Lavender Grey #BABBEA
Tints of Lavender Grey #BABBEA
RGB
CMYK
RGB Variations
Color information
#BABBEA (or 0xBABBEA) is known color: Lavender Grey. HEX triplet: BA, BB and EA. RGB value is (186,187,234). Sum of RGB (Red+Green+Blue) = 186+187+234=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBEA is #454415. Grayscale: #BFBFBF. Windows color (decimal): -4539414 or 15383482. OLE color: 15383482.
HSL color Cylindrical-coordinate representation of color #BABBEA: hue angle of 238.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BABBEA is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 187 | 234 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.08 |
| HSL | 238.75º | 0.53% | 0.82% | - |
| HSV(B) | 238.75º | 0.21% | 0.92% | - |
| XYZ | 52.87 | 51.92 | 85.08 | - |
| YUV | 192.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 234 | 0.21 | 0.20 | 0 | 0.08 | 238.75 | 0.53 | 0.82 |
| Hex | BA | BB | EA | 15 | 14 | 0 | 8 | EF | 35 | 52 |
| Octal | 272 | 273 | 352 | 25 | 24 | 0 | 10 | 357 | 65 | 122 |
| Binary | 10111010 | 10111011 | 11101010 | 10101 | 10100 | 0 | 1000 | 11101111 | 110101 | 1010010 |
Color Harmonies of #BABBEA
Complementary color
Monochromatic Colors of #BABBEA
Black with #BABBEA
Text Example
Text Example
White with #BABBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBEA; }
p { color: rgb(186,187,234); }
H1.HeaderClassName
{
color: #BABBEA;
}
.AnyTagClassName
{
color: #BABBEA;
}
</style>
background-color css
<style>
a { background-color: #BABBEA; }
a { background-color: rgb(186,187,234); }
div.DivClassName
{
background-color: #BABBEA;
}
.BgClassName
{
background-color: #BABBEA;
}
</style>
border-color css
<style>
span { border-color: #BABBEA; }
span { border-color: rgb(186,187,234); }
td.TdClassName
{
border-color: #BABBEA;
}
.TagClassName
{
border-color: #BABBEA;
}
</style>