Shades of Lavender Grey #BABDD2
Tints of Lavender Grey #BABDD2
RGB
CMYK
RGB Variations
Color information
#BABDD2 (or 0xBABDD2) is known color: Lavender Grey. HEX triplet: BA, BD and D2. RGB value is (186,189,210). Sum of RGB (Red+Green+Blue) = 186+189+210=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDD2 is #45422D. Grayscale: #BEBEBE. Windows color (decimal): -4538926 or 13811130. OLE color: 13811130.
HSL color Cylindrical-coordinate representation of color #BABDD2: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABDD2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 189 | 210 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.18 |
| HSL | 232.5º | 0.21% | 0.78% | - |
| HSV(B) | 232.5º | 0.11% | 0.82% | - |
| XYZ | 50.08 | 51.49 | 68.27 | - |
| YUV | 190.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 210 | 0.11 | 0.10 | 0 | 0.18 | 232.5 | 0.21 | 0.78 |
| Hex | BA | BD | D2 | B | A | 0 | 12 | E8 | 15 | 4E |
| Octal | 272 | 275 | 322 | 13 | 12 | 0 | 22 | 350 | 25 | 116 |
| Binary | 10111010 | 10111101 | 11010010 | 1011 | 1010 | 0 | 10010 | 11101000 | 10101 | 1001110 |
Color Harmonies of #BABDD2
Complementary color
Monochromatic Colors of #BABDD2
Black with #BABDD2
Text Example
Text Example
White with #BABDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDD2; }
p { color: rgb(186,189,210); }
H1.HeaderClassName
{
color: #BABDD2;
}
.AnyTagClassName
{
color: #BABDD2;
}
</style>
background-color css
<style>
a { background-color: #BABDD2; }
a { background-color: rgb(186,189,210); }
div.DivClassName
{
background-color: #BABDD2;
}
.BgClassName
{
background-color: #BABDD2;
}
</style>
border-color css
<style>
span { border-color: #BABDD2; }
span { border-color: rgb(186,189,210); }
td.TdClassName
{
border-color: #BABDD2;
}
.TagClassName
{
border-color: #BABDD2;
}
</style>