Shades of Dusty Grey #BC9C9B
Tints of Dusty Grey #BC9C9B
RGB
CMYK
RGB Variations
Color information
#BC9C9B (or 0xBC9C9B) is known color: Dusty Grey. HEX triplet: BC, 9C and 9B. RGB value is (188,156,155). Sum of RGB (Red+Green+Blue) = 188+156+155=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C9B is #436364. Grayscale: #A5A5A5. Windows color (decimal): -4416357 or 10198204. OLE color: 10198204.
HSL color Cylindrical-coordinate representation of color #BC9C9B: hue angle of 1.82º 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 #BC9C9B is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 155 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.26 |
| HSL | 1.82º | 0.2% | 0.67% | - |
| HSV(B) | 1.82º | 0.18% | 0.74% | - |
| XYZ | 38.54 | 36.83 | 36.09 | - |
| YUV | 165.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 155 | 0 | 0.17 | 0.18 | 0.26 | 1.82 | 0.2 | 0.67 |
| Hex | BC | 9C | 9B | 0 | 11 | 12 | 1A | 2 | 14 | 43 |
| Octal | 274 | 234 | 233 | 0 | 21 | 22 | 32 | 2 | 24 | 103 |
| Binary | 10111100 | 10011100 | 10011011 | 0 | 10001 | 10010 | 11010 | 10 | 10100 | 1000011 |
Color Harmonies of #BC9C9B
Complementary color
Monochromatic Colors of #BC9C9B
Black with #BC9C9B
Text Example
Text Example
White with #BC9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9C9B; }
p { color: rgb(188,156,155); }
H1.HeaderClassName
{
color: #BC9C9B;
}
.AnyTagClassName
{
color: #BC9C9B;
}
</style>
background-color css
<style>
a { background-color: #BC9C9B; }
a { background-color: rgb(188,156,155); }
div.DivClassName
{
background-color: #BC9C9B;
}
.BgClassName
{
background-color: #BC9C9B;
}
</style>
border-color css
<style>
span { border-color: #BC9C9B; }
span { border-color: rgb(188,156,155); }
td.TdClassName
{
border-color: #BC9C9B;
}
.TagClassName
{
border-color: #BC9C9B;
}
</style>