Shades of Lavender Grey #BAB4E0
Tints of Lavender Grey #BAB4E0
RGB
CMYK
RGB Variations
Color information
#BAB4E0 (or 0xBAB4E0) is known color: Lavender Grey. HEX triplet: BA, B4 and E0. RGB value is (186,180,224). Sum of RGB (Red+Green+Blue) = 186+180+224=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #BAB4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4E0 is #454B1F. Grayscale: #BABABA. Windows color (decimal): -4541216 or 14726330. OLE color: 14726330.
HSL color Cylindrical-coordinate representation of color #BAB4E0: hue angle of 248.18º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB4E0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 180 | 224 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.12 |
| HSL | 248.18º | 0.42% | 0.79% | - |
| HSV(B) | 248.18º | 0.2% | 0.88% | - |
| XYZ | 50.03 | 48.46 | 77.24 | - |
| YUV | 186.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 224 | 0.17 | 0.20 | 0 | 0.12 | 248.18 | 0.42 | 0.79 |
| Hex | BA | B4 | E0 | 11 | 14 | 0 | C | F8 | 2A | 4F |
| Octal | 272 | 264 | 340 | 21 | 24 | 0 | 14 | 370 | 52 | 117 |
| Binary | 10111010 | 10110100 | 11100000 | 10001 | 10100 | 0 | 1100 | 11111000 | 101010 | 1001111 |
Color Harmonies of #BAB4E0
Complementary color
Monochromatic Colors of #BAB4E0
Black with #BAB4E0
Text Example
Text Example
White with #BAB4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4E0; }
p { color: rgb(186,180,224); }
H1.HeaderClassName
{
color: #BAB4E0;
}
.AnyTagClassName
{
color: #BAB4E0;
}
</style>
background-color css
<style>
a { background-color: #BAB4E0; }
a { background-color: rgb(186,180,224); }
div.DivClassName
{
background-color: #BAB4E0;
}
.BgClassName
{
background-color: #BAB4E0;
}
</style>
border-color css
<style>
span { border-color: #BAB4E0; }
span { border-color: rgb(186,180,224); }
td.TdClassName
{
border-color: #BAB4E0;
}
.TagClassName
{
border-color: #BAB4E0;
}
</style>