Shades of Lavender Grey #BABEE0
Tints of Lavender Grey #BABEE0
RGB
CMYK
RGB Variations
Color information
#BABEE0 (or 0xBABEE0) is known color: Lavender Grey. HEX triplet: BA, BE and E0. RGB value is (186,190,224). Sum of RGB (Red+Green+Blue) = 186+190+224=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #BABEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEE0 is #45411F. Grayscale: #C0C0C0. Windows color (decimal): -4538656 or 14728890. OLE color: 14728890.
HSL color Cylindrical-coordinate representation of color #BABEE0: hue angle of 233.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABEE0 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 190 | 224 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.12 |
| HSL | 233.68º | 0.38% | 0.8% | - |
| HSV(B) | 233.68º | 0.17% | 0.88% | - |
| XYZ | 52.12 | 52.65 | 77.94 | - |
| YUV | 192.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 224 | 0.17 | 0.15 | 0 | 0.12 | 233.68 | 0.38 | 0.8 |
| Hex | BA | BE | E0 | 11 | F | 0 | C | EA | 26 | 50 |
| Octal | 272 | 276 | 340 | 21 | 17 | 0 | 14 | 352 | 46 | 120 |
| Binary | 10111010 | 10111110 | 11100000 | 10001 | 1111 | 0 | 1100 | 11101010 | 100110 | 1010000 |
Color Harmonies of #BABEE0
Complementary color
Monochromatic Colors of #BABEE0
Black with #BABEE0
Text Example
Text Example
White with #BABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEE0; }
p { color: rgb(186,190,224); }
H1.HeaderClassName
{
color: #BABEE0;
}
.AnyTagClassName
{
color: #BABEE0;
}
</style>
background-color css
<style>
a { background-color: #BABEE0; }
a { background-color: rgb(186,190,224); }
div.DivClassName
{
background-color: #BABEE0;
}
.BgClassName
{
background-color: #BABEE0;
}
</style>
border-color css
<style>
span { border-color: #BABEE0; }
span { border-color: rgb(186,190,224); }
td.TdClassName
{
border-color: #BABEE0;
}
.TagClassName
{
border-color: #BABEE0;
}
</style>