Shades of Dusty Grey #BC9D9A
Tints of Dusty Grey #BC9D9A
RGB
CMYK
RGB Variations
Color information
#BC9D9A (or 0xBC9D9A) is known color: Dusty Grey. HEX triplet: BC, 9D and 9A. RGB value is (188,157,154). Sum of RGB (Red+Green+Blue) = 188+157+154=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D9A is #436265. Grayscale: #A5A5A5. Windows color (decimal): -4416102 or 10132924. OLE color: 10132924.
HSL color Cylindrical-coordinate representation of color #BC9D9A: hue angle of 5.29º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9D9A is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 157 | 154 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.26 |
| HSL | 5.29º | 0.2% | 0.67% | - |
| HSV(B) | 5.29º | 0.18% | 0.74% | - |
| XYZ | 38.63 | 37.14 | 35.7 | - |
| YUV | 165.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 154 | 0 | 0.16 | 0.18 | 0.26 | 5.29 | 0.2 | 0.67 |
| Hex | BC | 9D | 9A | 0 | 10 | 12 | 1A | 5 | 14 | 43 |
| Octal | 274 | 235 | 232 | 0 | 20 | 22 | 32 | 5 | 24 | 103 |
| Binary | 10111100 | 10011101 | 10011010 | 0 | 10000 | 10010 | 11010 | 101 | 10100 | 1000011 |
Color Harmonies of #BC9D9A
Complementary color
Monochromatic Colors of #BC9D9A
Black with #BC9D9A
Text Example
Text Example
White with #BC9D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9D9A; }
p { color: rgb(188,157,154); }
H1.HeaderClassName
{
color: #BC9D9A;
}
.AnyTagClassName
{
color: #BC9D9A;
}
</style>
background-color css
<style>
a { background-color: #BC9D9A; }
a { background-color: rgb(188,157,154); }
div.DivClassName
{
background-color: #BC9D9A;
}
.BgClassName
{
background-color: #BC9D9A;
}
</style>
border-color css
<style>
span { border-color: #BC9D9A; }
span { border-color: rgb(188,157,154); }
td.TdClassName
{
border-color: #BC9D9A;
}
.TagClassName
{
border-color: #BC9D9A;
}
</style>