Shades of Dusty Grey #BA9E9C
Tints of Dusty Grey #BA9E9C
RGB
CMYK
RGB Variations
Color information
#BA9E9C (or 0xBA9E9C) is known color: Dusty Grey. HEX triplet: BA, 9E and 9C. RGB value is (186,158,156). Sum of RGB (Red+Green+Blue) = 186+158+156=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E9C is #456163. Grayscale: #A6A6A6. Windows color (decimal): -4546916 or 10264250. OLE color: 10264250.
HSL color Cylindrical-coordinate representation of color #BA9E9C: hue angle of 4º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9E9C is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 156 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.27 |
| HSL | 4º | 0.18% | 0.67% | - |
| HSV(B) | 4º | 0.16% | 0.73% | - |
| XYZ | 38.48 | 37.29 | 36.62 | - |
| YUV | 166.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 156 | 0 | 0.15 | 0.16 | 0.27 | 4 | 0.18 | 0.67 |
| Hex | BA | 9E | 9C | 0 | F | 10 | 1B | 4 | 12 | 43 |
| Octal | 272 | 236 | 234 | 0 | 17 | 20 | 33 | 4 | 22 | 103 |
| Binary | 10111010 | 10011110 | 10011100 | 0 | 1111 | 10000 | 11011 | 100 | 10010 | 1000011 |
Color Harmonies of #BA9E9C
Complementary color
Monochromatic Colors of #BA9E9C
Black with #BA9E9C
Text Example
Text Example
White with #BA9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E9C; }
p { color: rgb(186,158,156); }
H1.HeaderClassName
{
color: #BA9E9C;
}
.AnyTagClassName
{
color: #BA9E9C;
}
</style>
background-color css
<style>
a { background-color: #BA9E9C; }
a { background-color: rgb(186,158,156); }
div.DivClassName
{
background-color: #BA9E9C;
}
.BgClassName
{
background-color: #BA9E9C;
}
</style>
border-color css
<style>
span { border-color: #BA9E9C; }
span { border-color: rgb(186,158,156); }
td.TdClassName
{
border-color: #BA9E9C;
}
.TagClassName
{
border-color: #BA9E9C;
}
</style>