Shades of Lavender Grey #BAB7DA
Tints of Lavender Grey #BAB7DA
RGB
CMYK
RGB Variations
Color information
#BAB7DA (or 0xBAB7DA) is known color: Lavender Grey. HEX triplet: BA, B7 and DA. RGB value is (186,183,218). Sum of RGB (Red+Green+Blue) = 186+183+218=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DA is #454825. Grayscale: #BBBBBB. Windows color (decimal): -4540454 or 14333882. OLE color: 14333882.
HSL color Cylindrical-coordinate representation of color #BAB7DA: hue angle of 245.14º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB7DA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 186 | 183 | 218 | - |
CMYK | 0.15 | 0.16 | 0 | 0.15 |
HSL | 245.14º | 0.32% | 0.79% | - |
HSV(B) | 245.14º | 0.16% | 0.85% | - |
XYZ | 49.84 | 49.37 | 73.23 | - |
YUV | 187.89 | 144.99 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 218 | 0.15 | 0.16 | 0 | 0.15 | 245.14 | 0.32 | 0.79 |
Hex | BA | B7 | DA | F | 10 | 0 | F | F5 | 20 | 4F |
Octal | 272 | 267 | 332 | 17 | 20 | 0 | 17 | 365 | 40 | 117 |
Binary | 10111010 | 10110111 | 11011010 | 1111 | 10000 | 0 | 1111 | 11110101 | 100000 | 1001111 |
Color Harmonies of #BAB7DA
Complementary color
Monochromatic Colors of #BAB7DA
Black with #BAB7DA
Text Example
Text Example
White with #BAB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7DA; }
p { color: rgb(186,183,218); }
H1.HeaderClassName
{
color: #BAB7DA;
}
.AnyTagClassName
{
color: #BAB7DA;
}
</style>
background-color css
<style>
a { background-color: #BAB7DA; }
a { background-color: rgb(186,183,218); }
div.DivClassName
{
background-color: #BAB7DA;
}
.BgClassName
{
background-color: #BAB7DA;
}
</style>
border-color css
<style>
span { border-color: #BAB7DA; }
span { border-color: rgb(186,183,218); }
td.TdClassName
{
border-color: #BAB7DA;
}
.TagClassName
{
border-color: #BAB7DA;
}
</style>