Shades of Lavender Grey #BABCE5
Tints of Lavender Grey #BABCE5
RGB
CMYK
RGB Variations
Color information
#BABCE5 (or 0xBABCE5) is known color: Lavender Grey. HEX triplet: BA, BC and E5. RGB value is (186,188,229). Sum of RGB (Red+Green+Blue) = 186+188+229=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #BABCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCE5 is #45431A. Grayscale: #BFBFBF. Windows color (decimal): -4539163 or 15056058. OLE color: 15056058.
HSL color Cylindrical-coordinate representation of color #BABCE5: hue angle of 237.21º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABCE5 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 188 | 229 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.10 |
| HSL | 237.21º | 0.45% | 0.81% | - |
| HSV(B) | 237.21º | 0.19% | 0.9% | - |
| XYZ | 52.38 | 52.06 | 81.42 | - |
| YUV | 192.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 229 | 0.19 | 0.18 | 0 | 0.10 | 237.21 | 0.45 | 0.81 |
| Hex | BA | BC | E5 | 13 | 12 | 0 | A | ED | 2D | 51 |
| Octal | 272 | 274 | 345 | 23 | 22 | 0 | 12 | 355 | 55 | 121 |
| Binary | 10111010 | 10111100 | 11100101 | 10011 | 10010 | 0 | 1010 | 11101101 | 101101 | 1010001 |
Color Harmonies of #BABCE5
Complementary color
Monochromatic Colors of #BABCE5
Black with #BABCE5
Text Example
Text Example
White with #BABCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCE5; }
p { color: rgb(186,188,229); }
H1.HeaderClassName
{
color: #BABCE5;
}
.AnyTagClassName
{
color: #BABCE5;
}
</style>
background-color css
<style>
a { background-color: #BABCE5; }
a { background-color: rgb(186,188,229); }
div.DivClassName
{
background-color: #BABCE5;
}
.BgClassName
{
background-color: #BABCE5;
}
</style>
border-color css
<style>
span { border-color: #BABCE5; }
span { border-color: rgb(186,188,229); }
td.TdClassName
{
border-color: #BABCE5;
}
.TagClassName
{
border-color: #BABCE5;
}
</style>