Shades of Lavender Grey #BABBCE
Tints of Lavender Grey #BABBCE
RGB
CMYK
RGB Variations
Color information
#BABBCE (or 0xBABBCE) is known color: Lavender Grey. HEX triplet: BA, BB and CE. RGB value is (186,187,206). Sum of RGB (Red+Green+Blue) = 186+187+206=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCE is #454431. Grayscale: #BCBCBC. Windows color (decimal): -4539442 or 13548474. OLE color: 13548474.
HSL color Cylindrical-coordinate representation of color #BABBCE: hue angle of 237º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABBCE is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 187 | 206 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.19 |
| HSL | 237º | 0.17% | 0.77% | - |
| HSV(B) | 237º | 0.1% | 0.81% | - |
| XYZ | 49.16 | 50.44 | 65.54 | - |
| YUV | 188.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 206 | 0.10 | 0.09 | 0 | 0.19 | 237 | 0.17 | 0.77 |
| Hex | BA | BB | CE | A | 9 | 0 | 13 | ED | 11 | 4D |
| Octal | 272 | 273 | 316 | 12 | 11 | 0 | 23 | 355 | 21 | 115 |
| Binary | 10111010 | 10111011 | 11001110 | 1010 | 1001 | 0 | 10011 | 11101101 | 10001 | 1001101 |
Color Harmonies of #BABBCE
Complementary color
Monochromatic Colors of #BABBCE
Black with #BABBCE
Text Example
Text Example
White with #BABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBCE; }
p { color: rgb(186,187,206); }
H1.HeaderClassName
{
color: #BABBCE;
}
.AnyTagClassName
{
color: #BABBCE;
}
</style>
background-color css
<style>
a { background-color: #BABBCE; }
a { background-color: rgb(186,187,206); }
div.DivClassName
{
background-color: #BABBCE;
}
.BgClassName
{
background-color: #BABBCE;
}
</style>
border-color css
<style>
span { border-color: #BABBCE; }
span { border-color: rgb(186,187,206); }
td.TdClassName
{
border-color: #BABBCE;
}
.TagClassName
{
border-color: #BABBCE;
}
</style>