Shades of Dusty Grey #BCA1A0
Tints of Dusty Grey #BCA1A0
RGB
CMYK
RGB Variations
Color information
#BCA1A0 (or 0xBCA1A0) is known color: Dusty Grey. HEX triplet: BC, A1 and A0. RGB value is (188,161,160). Sum of RGB (Red+Green+Blue) = 188+161+160=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1A0 is #435E5F. Grayscale: #A8A8A8. Windows color (decimal): -4415072 or 10527164. OLE color: 10527164.
HSL color Cylindrical-coordinate representation of color #BCA1A0: hue angle of 2.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA1A0 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 160 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.26 |
| HSL | 2.14º | 0.17% | 0.68% | - |
| HSV(B) | 2.14º | 0.15% | 0.74% | - |
| XYZ | 39.83 | 38.72 | 38.63 | - |
| YUV | 168.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 160 | 0 | 0.14 | 0.15 | 0.26 | 2.14 | 0.17 | 0.68 |
| Hex | BC | A1 | A0 | 0 | E | F | 1A | 2 | 11 | 44 |
| Octal | 274 | 241 | 240 | 0 | 16 | 17 | 32 | 2 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10100000 | 0 | 1110 | 1111 | 11010 | 10 | 10001 | 1000100 |
Color Harmonies of #BCA1A0
Complementary color
Monochromatic Colors of #BCA1A0
Black with #BCA1A0
Text Example
Text Example
White with #BCA1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1A0; }
p { color: rgb(188,161,160); }
H1.HeaderClassName
{
color: #BCA1A0;
}
.AnyTagClassName
{
color: #BCA1A0;
}
</style>
background-color css
<style>
a { background-color: #BCA1A0; }
a { background-color: rgb(188,161,160); }
div.DivClassName
{
background-color: #BCA1A0;
}
.BgClassName
{
background-color: #BCA1A0;
}
</style>
border-color css
<style>
span { border-color: #BCA1A0; }
span { border-color: rgb(188,161,160); }
td.TdClassName
{
border-color: #BCA1A0;
}
.TagClassName
{
border-color: #BCA1A0;
}
</style>