Shades of Lavender Grey #BABBD2
Tints of Lavender Grey #BABBD2
RGB
CMYK
RGB Variations
Color information
#BABBD2 (or 0xBABBD2) is known color: Lavender Grey. HEX triplet: BA, BB and D2. RGB value is (186,187,210). Sum of RGB (Red+Green+Blue) = 186+187+210=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #BABBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD2 is #45442D. Grayscale: #BDBDBD. Windows color (decimal): -4539438 or 13810618. OLE color: 13810618.
HSL color Cylindrical-coordinate representation of color #BABBD2: hue angle of 237.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 #BABBD2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 187 | 210 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.18 |
| HSL | 237.5º | 0.21% | 0.78% | - |
| HSV(B) | 237.5º | 0.11% | 0.82% | - |
| XYZ | 49.65 | 50.63 | 68.13 | - |
| YUV | 189.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 210 | 0.11 | 0.11 | 0 | 0.18 | 237.5 | 0.21 | 0.78 |
| Hex | BA | BB | D2 | B | B | 0 | 12 | EE | 15 | 4E |
| Octal | 272 | 273 | 322 | 13 | 13 | 0 | 22 | 356 | 25 | 116 |
| Binary | 10111010 | 10111011 | 11010010 | 1011 | 1011 | 0 | 10010 | 11101110 | 10101 | 1001110 |
Color Harmonies of #BABBD2
Complementary color
Monochromatic Colors of #BABBD2
Black with #BABBD2
Text Example
Text Example
White with #BABBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBD2; }
p { color: rgb(186,187,210); }
H1.HeaderClassName
{
color: #BABBD2;
}
.AnyTagClassName
{
color: #BABBD2;
}
</style>
background-color css
<style>
a { background-color: #BABBD2; }
a { background-color: rgb(186,187,210); }
div.DivClassName
{
background-color: #BABBD2;
}
.BgClassName
{
background-color: #BABBD2;
}
</style>
border-color css
<style>
span { border-color: #BABBD2; }
span { border-color: rgb(186,187,210); }
td.TdClassName
{
border-color: #BABBD2;
}
.TagClassName
{
border-color: #BABBD2;
}
</style>