Shades of Lavender Grey #BAB5DD
Tints of Lavender Grey #BAB5DD
RGB
CMYK
RGB Variations
Color information
#BAB5DD (or 0xBAB5DD) is known color: Lavender Grey. HEX triplet: BA, B5 and DD. RGB value is (186,181,221). Sum of RGB (Red+Green+Blue) = 186+181+221=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5DD is #454A22. Grayscale: #BABABA. Windows color (decimal): -4540963 or 14529978. OLE color: 14529978.
HSL color Cylindrical-coordinate representation of color #BAB5DD: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB5DD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 186 | 181 | 221 | - |
CMYK | 0.16 | 0.18 | 0 | 0.13 |
HSL | 247.5º | 0.37% | 0.79% | - |
HSV(B) | 247.5º | 0.18% | 0.87% | - |
XYZ | 49.82 | 48.71 | 75.18 | - |
YUV | 187.06 | 147.16 | 127.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 181 | 221 | 0.16 | 0.18 | 0 | 0.13 | 247.5 | 0.37 | 0.79 |
Hex | BA | B5 | DD | 10 | 12 | 0 | D | F8 | 25 | 4F |
Octal | 272 | 265 | 335 | 20 | 22 | 0 | 15 | 370 | 45 | 117 |
Binary | 10111010 | 10110101 | 11011101 | 10000 | 10010 | 0 | 1101 | 11111000 | 100101 | 1001111 |
Color Harmonies of #BAB5DD
Complementary color
Monochromatic Colors of #BAB5DD
Black with #BAB5DD
Text Example
Text Example
White with #BAB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5DD; }
p { color: rgb(186,181,221); }
H1.HeaderClassName
{
color: #BAB5DD;
}
.AnyTagClassName
{
color: #BAB5DD;
}
</style>
background-color css
<style>
a { background-color: #BAB5DD; }
a { background-color: rgb(186,181,221); }
div.DivClassName
{
background-color: #BAB5DD;
}
.BgClassName
{
background-color: #BAB5DD;
}
</style>
border-color css
<style>
span { border-color: #BAB5DD; }
span { border-color: rgb(186,181,221); }
td.TdClassName
{
border-color: #BAB5DD;
}
.TagClassName
{
border-color: #BAB5DD;
}
</style>