Shades of Dusty Grey #BCA0A0
Tints of Dusty Grey #BCA0A0
RGB
CMYK
RGB Variations
Color information
#BCA0A0 (or 0xBCA0A0) is known color: Dusty Grey. HEX triplet: BC, A0 and A0. RGB value is (188,160,160). Sum of RGB (Red+Green+Blue) = 188+160+160=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A0 is #435F5F. Grayscale: #A8A8A8. Windows color (decimal): -4415328 or 10526908. OLE color: 10526908.
HSL color Cylindrical-coordinate representation of color #BCA0A0: hue angle of 0º 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 #BCA0A0 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 160 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.26 |
| HSL | 0º | 0.17% | 0.68% | - |
| HSV(B) | 0º | 0.15% | 0.74% | - |
| XYZ | 39.66 | 38.37 | 38.57 | - |
| YUV | 168.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 160 | 0 | 0.15 | 0.15 | 0.26 | 0 | 0.17 | 0.68 |
| Hex | BC | A0 | A0 | 0 | F | F | 1A | 0 | 11 | 44 |
| Octal | 274 | 240 | 240 | 0 | 17 | 17 | 32 | 0 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10100000 | 0 | 1111 | 1111 | 11010 | 0 | 10001 | 1000100 |
Color Harmonies of #BCA0A0
Complementary color
Monochromatic Colors of #BCA0A0
Black with #BCA0A0
Text Example
Text Example
White with #BCA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0A0; }
p { color: rgb(188,160,160); }
H1.HeaderClassName
{
color: #BCA0A0;
}
.AnyTagClassName
{
color: #BCA0A0;
}
</style>
background-color css
<style>
a { background-color: #BCA0A0; }
a { background-color: rgb(188,160,160); }
div.DivClassName
{
background-color: #BCA0A0;
}
.BgClassName
{
background-color: #BCA0A0;
}
</style>
border-color css
<style>
span { border-color: #BCA0A0; }
span { border-color: rgb(188,160,160); }
td.TdClassName
{
border-color: #BCA0A0;
}
.TagClassName
{
border-color: #BCA0A0;
}
</style>