Shades of Lavender Grey #BAB8EA
Tints of Lavender Grey #BAB8EA
RGB
CMYK
RGB Variations
Color information
#BAB8EA (or 0xBAB8EA) is known color: Lavender Grey. HEX triplet: BA, B8 and EA. RGB value is (186,184,234). Sum of RGB (Red+Green+Blue) = 186+184+234=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8EA is #454715. Grayscale: #BEBEBE. Windows color (decimal): -4540182 or 15382714. OLE color: 15382714.
HSL color Cylindrical-coordinate representation of color #BAB8EA: hue angle of 242.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB8EA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 184 | 234 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.08 |
| HSL | 242.4º | 0.54% | 0.82% | - |
| HSV(B) | 242.4º | 0.21% | 0.92% | - |
| XYZ | 52.24 | 50.66 | 84.87 | - |
| YUV | 190.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 234 | 0.21 | 0.21 | 0 | 0.08 | 242.4 | 0.54 | 0.82 |
| Hex | BA | B8 | EA | 15 | 15 | 0 | 8 | F2 | 36 | 52 |
| Octal | 272 | 270 | 352 | 25 | 25 | 0 | 10 | 362 | 66 | 122 |
| Binary | 10111010 | 10111000 | 11101010 | 10101 | 10101 | 0 | 1000 | 11110010 | 110110 | 1010010 |
Color Harmonies of #BAB8EA
Complementary color
Monochromatic Colors of #BAB8EA
Black with #BAB8EA
Text Example
Text Example
White with #BAB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8EA; }
p { color: rgb(186,184,234); }
H1.HeaderClassName
{
color: #BAB8EA;
}
.AnyTagClassName
{
color: #BAB8EA;
}
</style>
background-color css
<style>
a { background-color: #BAB8EA; }
a { background-color: rgb(186,184,234); }
div.DivClassName
{
background-color: #BAB8EA;
}
.BgClassName
{
background-color: #BAB8EA;
}
</style>
border-color css
<style>
span { border-color: #BAB8EA; }
span { border-color: rgb(186,184,234); }
td.TdClassName
{
border-color: #BAB8EA;
}
.TagClassName
{
border-color: #BAB8EA;
}
</style>