Shades of Lavender Grey #BABBD3
Tints of Lavender Grey #BABBD3
RGB
CMYK
RGB Variations
Color information
#BABBD3 (or 0xBABBD3) is known color: Lavender Grey. HEX triplet: BA, BB and D3. RGB value is (186,187,211). Sum of RGB (Red+Green+Blue) = 186+187+211=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BABBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBD3 is #45442C. Grayscale: #BDBDBD. Windows color (decimal): -4539437 or 13876154. OLE color: 13876154.
HSL color Cylindrical-coordinate representation of color #BABBD3: hue angle of 237.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABBD3 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 187 | 211 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.17 |
| HSL | 237.6º | 0.22% | 0.78% | - |
| HSV(B) | 237.6º | 0.12% | 0.83% | - |
| XYZ | 49.78 | 50.68 | 68.79 | - |
| YUV | 189.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 211 | 0.12 | 0.11 | 0 | 0.17 | 237.6 | 0.22 | 0.78 |
| Hex | BA | BB | D3 | C | B | 0 | 11 | EE | 16 | 4E |
| Octal | 272 | 273 | 323 | 14 | 13 | 0 | 21 | 356 | 26 | 116 |
| Binary | 10111010 | 10111011 | 11010011 | 1100 | 1011 | 0 | 10001 | 11101110 | 10110 | 1001110 |
Color Harmonies of #BABBD3
Complementary color
Monochromatic Colors of #BABBD3
Black with #BABBD3
Text Example
Text Example
White with #BABBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBD3; }
p { color: rgb(186,187,211); }
H1.HeaderClassName
{
color: #BABBD3;
}
.AnyTagClassName
{
color: #BABBD3;
}
</style>
background-color css
<style>
a { background-color: #BABBD3; }
a { background-color: rgb(186,187,211); }
div.DivClassName
{
background-color: #BABBD3;
}
.BgClassName
{
background-color: #BABBD3;
}
</style>
border-color css
<style>
span { border-color: #BABBD3; }
span { border-color: rgb(186,187,211); }
td.TdClassName
{
border-color: #BABBD3;
}
.TagClassName
{
border-color: #BABBD3;
}
</style>