Shades of Lavender Grey #BAB4ED
Tints of Lavender Grey #BAB4ED
RGB
CMYK
RGB Variations
Color information
#BAB4ED (or 0xBAB4ED) is known color: Lavender Grey. HEX triplet: BA, B4 and ED. RGB value is (186,180,237). Sum of RGB (Red+Green+Blue) = 186+180+237=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4ED is #454B12. Grayscale: #BCBCBC. Windows color (decimal): -4541203 or 15578298. OLE color: 15578298.
HSL color Cylindrical-coordinate representation of color #BAB4ED: hue angle of 246.32º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB4ED is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 180 | 237 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.07 |
| HSL | 246.32º | 0.61% | 0.82% | - |
| HSV(B) | 246.32º | 0.24% | 0.93% | - |
| XYZ | 51.86 | 49.2 | 86.88 | - |
| YUV | 188.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 237 | 0.22 | 0.24 | 0 | 0.07 | 246.32 | 0.61 | 0.82 |
| Hex | BA | B4 | ED | 16 | 18 | 0 | 7 | F6 | 3D | 52 |
| Octal | 272 | 264 | 355 | 26 | 30 | 0 | 7 | 366 | 75 | 122 |
| Binary | 10111010 | 10110100 | 11101101 | 10110 | 11000 | 0 | 111 | 11110110 | 111101 | 1010010 |
Color Harmonies of #BAB4ED
Complementary color
Monochromatic Colors of #BAB4ED
Black with #BAB4ED
Text Example
Text Example
White with #BAB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB4ED; }
p { color: rgb(186,180,237); }
H1.HeaderClassName
{
color: #BAB4ED;
}
.AnyTagClassName
{
color: #BAB4ED;
}
</style>
background-color css
<style>
a { background-color: #BAB4ED; }
a { background-color: rgb(186,180,237); }
div.DivClassName
{
background-color: #BAB4ED;
}
.BgClassName
{
background-color: #BAB4ED;
}
</style>
border-color css
<style>
span { border-color: #BAB4ED; }
span { border-color: rgb(186,180,237); }
td.TdClassName
{
border-color: #BAB4ED;
}
.TagClassName
{
border-color: #BAB4ED;
}
</style>