Shades of Lavender Grey #BAB7DB
Tints of Lavender Grey #BAB7DB
RGB
CMYK
RGB Variations
Color information
#BAB7DB (or 0xBAB7DB) is known color: Lavender Grey. HEX triplet: BA, B7 and DB. RGB value is (186,183,219). Sum of RGB (Red+Green+Blue) = 186+183+219=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7DB is #454824. Grayscale: #BBBBBB. Windows color (decimal): -4540453 or 14399418. OLE color: 14399418.
HSL color Cylindrical-coordinate representation of color #BAB7DB: hue angle of 245º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB7DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 183 | 219 | - |
CMYK | 0.15 | 0.16 | 0 | 0.14 |
HSL | 245º | 0.33% | 0.79% | - |
HSV(B) | 245º | 0.16% | 0.86% | - |
XYZ | 49.97 | 49.42 | 73.92 | - |
YUV | 188 | 145.49 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 219 | 0.15 | 0.16 | 0 | 0.14 | 245 | 0.33 | 0.79 |
Hex | BA | B7 | DB | F | 10 | 0 | E | F5 | 21 | 4F |
Octal | 272 | 267 | 333 | 17 | 20 | 0 | 16 | 365 | 41 | 117 |
Binary | 10111010 | 10110111 | 11011011 | 1111 | 10000 | 0 | 1110 | 11110101 | 100001 | 1001111 |
Color Harmonies of #BAB7DB
Complementary color
Monochromatic Colors of #BAB7DB
Black with #BAB7DB
Text Example
Text Example
White with #BAB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7DB; }
p { color: rgb(186,183,219); }
H1.HeaderClassName
{
color: #BAB7DB;
}
.AnyTagClassName
{
color: #BAB7DB;
}
</style>
background-color css
<style>
a { background-color: #BAB7DB; }
a { background-color: rgb(186,183,219); }
div.DivClassName
{
background-color: #BAB7DB;
}
.BgClassName
{
background-color: #BAB7DB;
}
</style>
border-color css
<style>
span { border-color: #BAB7DB; }
span { border-color: rgb(186,183,219); }
td.TdClassName
{
border-color: #BAB7DB;
}
.TagClassName
{
border-color: #BAB7DB;
}
</style>