Shades of Green Mist #BABD9C
Tints of Green Mist #BABD9C
RGB
CMYK
RGB Variations
Color information
#BABD9C (or 0xBABD9C) is known color: Green Mist. HEX triplet: BA, BD and 9C. RGB value is (186,189,156). Sum of RGB (Red+Green+Blue) = 186+189+156=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD9C is #454263. Grayscale: #B8B8B8. Windows color (decimal): -4538980 or 10272186. OLE color: 10272186.
HSL color Cylindrical-coordinate representation of color #BABD9C: hue angle of 65.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABD9C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 156 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.26 |
| HSL | 65.45º | 0.2% | 0.68% | - |
| HSV(B) | 65.45º | 0.17% | 0.74% | - |
| XYZ | 44.45 | 49.23 | 38.61 | - |
| YUV | 184.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 156 | 0.02 | 0 | 0.17 | 0.26 | 65.45 | 0.2 | 0.68 |
| Hex | BA | BD | 9C | 2 | 0 | 11 | 1A | 41 | 14 | 44 |
| Octal | 272 | 275 | 234 | 2 | 0 | 21 | 32 | 101 | 24 | 104 |
| Binary | 10111010 | 10111101 | 10011100 | 10 | 0 | 10001 | 11010 | 1000001 | 10100 | 1000100 |
Color Harmonies of #BABD9C
Complementary color
Monochromatic Colors of #BABD9C
Black with #BABD9C
Text Example
Text Example
White with #BABD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABD9C; }
p { color: rgb(186,189,156); }
H1.HeaderClassName
{
color: #BABD9C;
}
.AnyTagClassName
{
color: #BABD9C;
}
</style>
background-color css
<style>
a { background-color: #BABD9C; }
a { background-color: rgb(186,189,156); }
div.DivClassName
{
background-color: #BABD9C;
}
.BgClassName
{
background-color: #BABD9C;
}
</style>
border-color css
<style>
span { border-color: #BABD9C; }
span { border-color: rgb(186,189,156); }
td.TdClassName
{
border-color: #BABD9C;
}
.TagClassName
{
border-color: #BABD9C;
}
</style>