Shades of Lavender Grey #BAB8EF
Tints of Lavender Grey #BAB8EF
RGB
CMYK
RGB Variations
Color information
#BAB8EF (or 0xBAB8EF) is known color: Lavender Grey. HEX triplet: BA, B8 and EF. RGB value is (186,184,239). Sum of RGB (Red+Green+Blue) = 186+184+239=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8EF is #454710. Grayscale: #BEBEBE. Windows color (decimal): -4540177 or 15710394. OLE color: 15710394.
HSL color Cylindrical-coordinate representation of color #BAB8EF: hue angle of 242.18º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB8EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 184 | 239 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.06 |
| HSL | 242.18º | 0.63% | 0.83% | - |
| HSV(B) | 242.18º | 0.23% | 0.94% | - |
| XYZ | 52.97 | 50.95 | 88.7 | - |
| YUV | 190.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 239 | 0.22 | 0.23 | 0 | 0.06 | 242.18 | 0.63 | 0.83 |
| Hex | BA | B8 | EF | 16 | 17 | 0 | 6 | F2 | 3F | 53 |
| Octal | 272 | 270 | 357 | 26 | 27 | 0 | 6 | 362 | 77 | 123 |
| Binary | 10111010 | 10111000 | 11101111 | 10110 | 10111 | 0 | 110 | 11110010 | 111111 | 1010011 |
Color Harmonies of #BAB8EF
Complementary color
Monochromatic Colors of #BAB8EF
Black with #BAB8EF
Text Example
Text Example
White with #BAB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8EF; }
p { color: rgb(186,184,239); }
H1.HeaderClassName
{
color: #BAB8EF;
}
.AnyTagClassName
{
color: #BAB8EF;
}
</style>
background-color css
<style>
a { background-color: #BAB8EF; }
a { background-color: rgb(186,184,239); }
div.DivClassName
{
background-color: #BAB8EF;
}
.BgClassName
{
background-color: #BAB8EF;
}
</style>
border-color css
<style>
span { border-color: #BAB8EF; }
span { border-color: rgb(186,184,239); }
td.TdClassName
{
border-color: #BAB8EF;
}
.TagClassName
{
border-color: #BAB8EF;
}
</style>