Shades of Lavender Grey #BAB8E4
Tints of Lavender Grey #BAB8E4
RGB
CMYK
RGB Variations
Color information
#BAB8E4 (or 0xBAB8E4) is known color: Lavender Grey. HEX triplet: BA, B8 and E4. RGB value is (186,184,228). Sum of RGB (Red+Green+Blue) = 186+184+228=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #BAB8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8E4 is #45471B. Grayscale: #BDBDBD. Windows color (decimal): -4540188 or 14989498. OLE color: 14989498.
HSL color Cylindrical-coordinate representation of color #BAB8E4: hue angle of 242.73º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB8E4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 184 | 228 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.11 |
| HSL | 242.73º | 0.45% | 0.81% | - |
| HSV(B) | 242.73º | 0.19% | 0.89% | - |
| XYZ | 51.39 | 50.32 | 80.4 | - |
| YUV | 189.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 228 | 0.18 | 0.19 | 0 | 0.11 | 242.73 | 0.45 | 0.81 |
| Hex | BA | B8 | E4 | 12 | 13 | 0 | B | F3 | 2D | 51 |
| Octal | 272 | 270 | 344 | 22 | 23 | 0 | 13 | 363 | 55 | 121 |
| Binary | 10111010 | 10111000 | 11100100 | 10010 | 10011 | 0 | 1011 | 11110011 | 101101 | 1010001 |
Color Harmonies of #BAB8E4
Complementary color
Monochromatic Colors of #BAB8E4
Black with #BAB8E4
Text Example
Text Example
White with #BAB8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8E4; }
p { color: rgb(186,184,228); }
H1.HeaderClassName
{
color: #BAB8E4;
}
.AnyTagClassName
{
color: #BAB8E4;
}
</style>
background-color css
<style>
a { background-color: #BAB8E4; }
a { background-color: rgb(186,184,228); }
div.DivClassName
{
background-color: #BAB8E4;
}
.BgClassName
{
background-color: #BAB8E4;
}
</style>
border-color css
<style>
span { border-color: #BAB8E4; }
span { border-color: rgb(186,184,228); }
td.TdClassName
{
border-color: #BAB8E4;
}
.TagClassName
{
border-color: #BAB8E4;
}
</style>