Shades of Lavender Grey #BAB8F0
Tints of Lavender Grey #BAB8F0
RGB
CMYK
RGB Variations
Color information
#BAB8F0 (or 0xBAB8F0) is known color: Lavender Grey. HEX triplet: BA, B8 and F0. RGB value is (186,184,240). Sum of RGB (Red+Green+Blue) = 186+184+240=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAB8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8F0 is #45470F. Grayscale: #BEBEBE. Windows color (decimal): -4540176 or 15775930. OLE color: 15775930.
HSL color Cylindrical-coordinate representation of color #BAB8F0: hue angle of 242.14º degrees, saturation: 0.65, 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 #BAB8F0 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 184 | 240 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.06 |
| HSL | 242.14º | 0.65% | 0.83% | - |
| HSV(B) | 242.14º | 0.23% | 0.94% | - |
| XYZ | 53.12 | 51.01 | 89.48 | - |
| YUV | 190.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 240 | 0.22 | 0.23 | 0 | 0.06 | 242.14 | 0.65 | 0.83 |
| Hex | BA | B8 | F0 | 16 | 17 | 0 | 6 | F2 | 41 | 53 |
| Octal | 272 | 270 | 360 | 26 | 27 | 0 | 6 | 362 | 101 | 123 |
| Binary | 10111010 | 10111000 | 11110000 | 10110 | 10111 | 0 | 110 | 11110010 | 1000001 | 1010011 |
Color Harmonies of #BAB8F0
Complementary color
Monochromatic Colors of #BAB8F0
Black with #BAB8F0
Text Example
Text Example
White with #BAB8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8F0; }
p { color: rgb(186,184,240); }
H1.HeaderClassName
{
color: #BAB8F0;
}
.AnyTagClassName
{
color: #BAB8F0;
}
</style>
background-color css
<style>
a { background-color: #BAB8F0; }
a { background-color: rgb(186,184,240); }
div.DivClassName
{
background-color: #BAB8F0;
}
.BgClassName
{
background-color: #BAB8F0;
}
</style>
border-color css
<style>
span { border-color: #BAB8F0; }
span { border-color: rgb(186,184,240); }
td.TdClassName
{
border-color: #BAB8F0;
}
.TagClassName
{
border-color: #BAB8F0;
}
</style>