Shades of Lavender Grey #BABCE2
Tints of Lavender Grey #BABCE2
RGB
CMYK
RGB Variations
Color information
#BABCE2 (or 0xBABCE2) is known color: Lavender Grey. HEX triplet: BA, BC and E2. RGB value is (186,188,226). Sum of RGB (Red+Green+Blue) = 186+188+226=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #BABCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCE2 is #45431D. Grayscale: #BFBFBF. Windows color (decimal): -4539166 or 14859450. OLE color: 14859450.
HSL color Cylindrical-coordinate representation of color #BABCE2: hue angle of 237º 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 #BABCE2 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 188 | 226 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.11 |
| HSL | 237º | 0.41% | 0.81% | - |
| HSV(B) | 237º | 0.18% | 0.89% | - |
| XYZ | 51.96 | 51.9 | 79.23 | - |
| YUV | 191.73 | 147.34 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 226 | 0.18 | 0.17 | 0 | 0.11 | 237 | 0.41 | 0.81 |
| Hex | BA | BC | E2 | 12 | 11 | 0 | B | ED | 29 | 51 |
| Octal | 272 | 274 | 342 | 22 | 21 | 0 | 13 | 355 | 51 | 121 |
| Binary | 10111010 | 10111100 | 11100010 | 10010 | 10001 | 0 | 1011 | 11101101 | 101001 | 1010001 |
Color Harmonies of #BABCE2
Complementary color
Monochromatic Colors of #BABCE2
Black with #BABCE2
Text Example
Text Example
White with #BABCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCE2; }
p { color: rgb(186,188,226); }
H1.HeaderClassName
{
color: #BABCE2;
}
.AnyTagClassName
{
color: #BABCE2;
}
</style>
background-color css
<style>
a { background-color: #BABCE2; }
a { background-color: rgb(186,188,226); }
div.DivClassName
{
background-color: #BABCE2;
}
.BgClassName
{
background-color: #BABCE2;
}
</style>
border-color css
<style>
span { border-color: #BABCE2; }
span { border-color: rgb(186,188,226); }
td.TdClassName
{
border-color: #BABCE2;
}
.TagClassName
{
border-color: #BABCE2;
}
</style>