Shades of Lavender Grey #BAB8ED
Tints of Lavender Grey #BAB8ED
RGB
CMYK
RGB Variations
Color information
#BAB8ED (or 0xBAB8ED) is known color: Lavender Grey. HEX triplet: BA, B8 and ED. RGB value is (186,184,237). Sum of RGB (Red+Green+Blue) = 186+184+237=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8ED is #454712. Grayscale: #BEBEBE. Windows color (decimal): -4540179 or 15579322. OLE color: 15579322.
HSL color Cylindrical-coordinate representation of color #BAB8ED: hue angle of 242.26º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB8ED is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 184 | 237 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.07 |
| HSL | 242.26º | 0.6% | 0.83% | - |
| HSV(B) | 242.26º | 0.22% | 0.93% | - |
| XYZ | 52.68 | 50.83 | 87.16 | - |
| YUV | 190.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 237 | 0.22 | 0.22 | 0 | 0.07 | 242.26 | 0.6 | 0.83 |
| Hex | BA | B8 | ED | 16 | 16 | 0 | 7 | F2 | 3C | 53 |
| Octal | 272 | 270 | 355 | 26 | 26 | 0 | 7 | 362 | 74 | 123 |
| Binary | 10111010 | 10111000 | 11101101 | 10110 | 10110 | 0 | 111 | 11110010 | 111100 | 1010011 |
Color Harmonies of #BAB8ED
Complementary color
Monochromatic Colors of #BAB8ED
Black with #BAB8ED
Text Example
Text Example
White with #BAB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8ED; }
p { color: rgb(186,184,237); }
H1.HeaderClassName
{
color: #BAB8ED;
}
.AnyTagClassName
{
color: #BAB8ED;
}
</style>
background-color css
<style>
a { background-color: #BAB8ED; }
a { background-color: rgb(186,184,237); }
div.DivClassName
{
background-color: #BAB8ED;
}
.BgClassName
{
background-color: #BAB8ED;
}
</style>
border-color css
<style>
span { border-color: #BAB8ED; }
span { border-color: rgb(186,184,237); }
td.TdClassName
{
border-color: #BAB8ED;
}
.TagClassName
{
border-color: #BAB8ED;
}
</style>