Shades of Lavender Grey #BAB4E7
Tints of Lavender Grey #BAB4E7
RGB
CMYK
RGB Variations
Color information
#BAB4E7 (or 0xBAB4E7) is known color: Lavender Grey. HEX triplet: BA, B4 and E7. RGB value is (186,180,231). Sum of RGB (Red+Green+Blue) = 186+180+231=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4E7 is #454B18. Grayscale: #BBBBBB. Windows color (decimal): -4541209 or 15185082. OLE color: 15185082.
HSL color Cylindrical-coordinate representation of color #BAB4E7: hue angle of 247.06º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB4E7 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 180 | 231 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.09 |
| HSL | 247.06º | 0.52% | 0.81% | - |
| HSV(B) | 247.06º | 0.22% | 0.91% | - |
| XYZ | 50.99 | 48.85 | 82.34 | - |
| YUV | 187.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 231 | 0.19 | 0.22 | 0 | 0.09 | 247.06 | 0.52 | 0.81 |
| Hex | BA | B4 | E7 | 13 | 16 | 0 | 9 | F7 | 34 | 51 |
| Octal | 272 | 264 | 347 | 23 | 26 | 0 | 11 | 367 | 64 | 121 |
| Binary | 10111010 | 10110100 | 11100111 | 10011 | 10110 | 0 | 1001 | 11110111 | 110100 | 1010001 |
Color Harmonies of #BAB4E7
Complementary color
Monochromatic Colors of #BAB4E7
Black with #BAB4E7
Text Example
Text Example
White with #BAB4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4E7; }
p { color: rgb(186,180,231); }
H1.HeaderClassName
{
color: #BAB4E7;
}
.AnyTagClassName
{
color: #BAB4E7;
}
</style>
background-color css
<style>
a { background-color: #BAB4E7; }
a { background-color: rgb(186,180,231); }
div.DivClassName
{
background-color: #BAB4E7;
}
.BgClassName
{
background-color: #BAB4E7;
}
</style>
border-color css
<style>
span { border-color: #BAB4E7; }
span { border-color: rgb(186,180,231); }
td.TdClassName
{
border-color: #BAB4E7;
}
.TagClassName
{
border-color: #BAB4E7;
}
</style>