Shades of Lavender Grey #BABBCD
Tints of Lavender Grey #BABBCD
RGB
CMYK
RGB Variations
Color information
#BABBCD (or 0xBABBCD) is known color: Lavender Grey. HEX triplet: BA, BB and CD. RGB value is (186,187,205). Sum of RGB (Red+Green+Blue) = 186+187+205=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BABBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCD is #454432. Grayscale: #BCBCBC. Windows color (decimal): -4539443 or 13482938. OLE color: 13482938.
HSL color Cylindrical-coordinate representation of color #BABBCD: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABBCD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 187 | 205 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.20 |
| HSL | 236.84º | 0.16% | 0.77% | - |
| HSV(B) | 236.84º | 0.09% | 0.8% | - |
| XYZ | 49.04 | 50.39 | 64.9 | - |
| YUV | 188.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 205 | 0.09 | 0.09 | 0 | 0.20 | 236.84 | 0.16 | 0.77 |
| Hex | BA | BB | CD | 9 | 9 | 0 | 14 | ED | 10 | 4D |
| Octal | 272 | 273 | 315 | 11 | 11 | 0 | 24 | 355 | 20 | 115 |
| Binary | 10111010 | 10111011 | 11001101 | 1001 | 1001 | 0 | 10100 | 11101101 | 10000 | 1001101 |
Color Harmonies of #BABBCD
Complementary color
Monochromatic Colors of #BABBCD
Black with #BABBCD
Text Example
Text Example
White with #BABBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBCD; }
p { color: rgb(186,187,205); }
H1.HeaderClassName
{
color: #BABBCD;
}
.AnyTagClassName
{
color: #BABBCD;
}
</style>
background-color css
<style>
a { background-color: #BABBCD; }
a { background-color: rgb(186,187,205); }
div.DivClassName
{
background-color: #BABBCD;
}
.BgClassName
{
background-color: #BABBCD;
}
</style>
border-color css
<style>
span { border-color: #BABBCD; }
span { border-color: rgb(186,187,205); }
td.TdClassName
{
border-color: #BABBCD;
}
.TagClassName
{
border-color: #BABBCD;
}
</style>