Shades of Lavender Grey #BAB4E4
Tints of Lavender Grey #BAB4E4
RGB
CMYK
RGB Variations
Color information
#BAB4E4 (or 0xBAB4E4) is known color: Lavender Grey. HEX triplet: BA, B4 and E4. RGB value is (186,180,228). Sum of RGB (Red+Green+Blue) = 186+180+228=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAB4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4E4 is #454B1B. Grayscale: #BBBBBB. Windows color (decimal): -4541212 or 14988474. OLE color: 14988474.
HSL color Cylindrical-coordinate representation of color #BAB4E4: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB4E4 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 180 | 228 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.11 |
| HSL | 247.5º | 0.47% | 0.8% | - |
| HSV(B) | 247.5º | 0.21% | 0.89% | - |
| XYZ | 50.57 | 48.68 | 80.13 | - |
| YUV | 187.27 | 150.99 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 228 | 0.18 | 0.21 | 0 | 0.11 | 247.5 | 0.47 | 0.8 |
| Hex | BA | B4 | E4 | 12 | 15 | 0 | B | F8 | 2F | 50 |
| Octal | 272 | 264 | 344 | 22 | 25 | 0 | 13 | 370 | 57 | 120 |
| Binary | 10111010 | 10110100 | 11100100 | 10010 | 10101 | 0 | 1011 | 11111000 | 101111 | 1010000 |
Color Harmonies of #BAB4E4
Complementary color
Monochromatic Colors of #BAB4E4
Black with #BAB4E4
Text Example
Text Example
White with #BAB4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4E4; }
p { color: rgb(186,180,228); }
H1.HeaderClassName
{
color: #BAB4E4;
}
.AnyTagClassName
{
color: #BAB4E4;
}
</style>
background-color css
<style>
a { background-color: #BAB4E4; }
a { background-color: rgb(186,180,228); }
div.DivClassName
{
background-color: #BAB4E4;
}
.BgClassName
{
background-color: #BAB4E4;
}
</style>
border-color css
<style>
span { border-color: #BAB4E4; }
span { border-color: rgb(186,180,228); }
td.TdClassName
{
border-color: #BAB4E4;
}
.TagClassName
{
border-color: #BAB4E4;
}
</style>