Shades of Lavender Grey #BABECE
Tints of Lavender Grey #BABECE
RGB
CMYK
RGB Variations
Color information
#BABECE (or 0xBABECE) is known color: Lavender Grey. HEX triplet: BA, BE and CE. RGB value is (186,190,206). Sum of RGB (Red+Green+Blue) = 186+190+206=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #BABECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABECE is #454131. Grayscale: #BEBEBE. Windows color (decimal): -4538674 or 13549242. OLE color: 13549242.
HSL color Cylindrical-coordinate representation of color #BABECE: hue angle of 228º 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 #BABECE is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 190 | 206 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.19 |
| HSL | 228º | 0.17% | 0.77% | - |
| HSV(B) | 228º | 0.1% | 0.81% | - |
| XYZ | 49.8 | 51.72 | 65.75 | - |
| YUV | 190.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 206 | 0.10 | 0.08 | 0 | 0.19 | 228 | 0.17 | 0.77 |
| Hex | BA | BE | CE | A | 8 | 0 | 13 | E4 | 11 | 4D |
| Octal | 272 | 276 | 316 | 12 | 10 | 0 | 23 | 344 | 21 | 115 |
| Binary | 10111010 | 10111110 | 11001110 | 1010 | 1000 | 0 | 10011 | 11100100 | 10001 | 1001101 |
Color Harmonies of #BABECE
Complementary color
Monochromatic Colors of #BABECE
Black with #BABECE
Text Example
Text Example
White with #BABECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABECE; }
p { color: rgb(186,190,206); }
H1.HeaderClassName
{
color: #BABECE;
}
.AnyTagClassName
{
color: #BABECE;
}
</style>
background-color css
<style>
a { background-color: #BABECE; }
a { background-color: rgb(186,190,206); }
div.DivClassName
{
background-color: #BABECE;
}
.BgClassName
{
background-color: #BABECE;
}
</style>
border-color css
<style>
span { border-color: #BABECE; }
span { border-color: rgb(186,190,206); }
td.TdClassName
{
border-color: #BABECE;
}
.TagClassName
{
border-color: #BABECE;
}
</style>