Shades of Lavender Grey #BAB5E6
Tints of Lavender Grey #BAB5E6
RGB
CMYK
RGB Variations
Color information
#BAB5E6 (or 0xBAB5E6) is known color: Lavender Grey. HEX triplet: BA, B5 and E6. RGB value is (186,181,230). Sum of RGB (Red+Green+Blue) = 186+181+230=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5E6 is #454A19. Grayscale: #BBBBBB. Windows color (decimal): -4540954 or 15119802. OLE color: 15119802.
HSL color Cylindrical-coordinate representation of color #BAB5E6: hue angle of 246.12º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAB5E6 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 181 | 230 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.10 |
| HSL | 246.12º | 0.49% | 0.81% | - |
| HSV(B) | 246.12º | 0.21% | 0.9% | - |
| XYZ | 51.06 | 49.2 | 81.67 | - |
| YUV | 188.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 230 | 0.19 | 0.21 | 0 | 0.10 | 246.12 | 0.49 | 0.81 |
| Hex | BA | B5 | E6 | 13 | 15 | 0 | A | F6 | 31 | 51 |
| Octal | 272 | 265 | 346 | 23 | 25 | 0 | 12 | 366 | 61 | 121 |
| Binary | 10111010 | 10110101 | 11100110 | 10011 | 10101 | 0 | 1010 | 11110110 | 110001 | 1010001 |
Color Harmonies of #BAB5E6
Complementary color
Monochromatic Colors of #BAB5E6
Black with #BAB5E6
Text Example
Text Example
White with #BAB5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5E6; }
p { color: rgb(186,181,230); }
H1.HeaderClassName
{
color: #BAB5E6;
}
.AnyTagClassName
{
color: #BAB5E6;
}
</style>
background-color css
<style>
a { background-color: #BAB5E6; }
a { background-color: rgb(186,181,230); }
div.DivClassName
{
background-color: #BAB5E6;
}
.BgClassName
{
background-color: #BAB5E6;
}
</style>
border-color css
<style>
span { border-color: #BAB5E6; }
span { border-color: rgb(186,181,230); }
td.TdClassName
{
border-color: #BAB5E6;
}
.TagClassName
{
border-color: #BAB5E6;
}
</style>