Shades of Dusty Grey #BCA09E
Tints of Dusty Grey #BCA09E
RGB
CMYK
RGB Variations
Color information
#BCA09E (or 0xBCA09E) is known color: Dusty Grey. HEX triplet: BC, A0 and 9E. RGB value is (188,160,158). Sum of RGB (Red+Green+Blue) = 188+160+158=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA09E is #435F61. Grayscale: #A8A8A8. Windows color (decimal): -4415330 or 10395836. OLE color: 10395836.
HSL color Cylindrical-coordinate representation of color #BCA09E: hue angle of 4º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA09E is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 158 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.26 |
| HSL | 4º | 0.18% | 0.68% | - |
| HSV(B) | 4º | 0.16% | 0.74% | - |
| XYZ | 39.48 | 38.3 | 37.66 | - |
| YUV | 168.14 | 122.28 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 158 | 0 | 0.15 | 0.16 | 0.26 | 4 | 0.18 | 0.68 |
| Hex | BC | A0 | 9E | 0 | F | 10 | 1A | 4 | 12 | 44 |
| Octal | 274 | 240 | 236 | 0 | 17 | 20 | 32 | 4 | 22 | 104 |
| Binary | 10111100 | 10100000 | 10011110 | 0 | 1111 | 10000 | 11010 | 100 | 10010 | 1000100 |
Color Harmonies of #BCA09E
Complementary color
Monochromatic Colors of #BCA09E
Black with #BCA09E
Text Example
Text Example
White with #BCA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA09E; }
p { color: rgb(188,160,158); }
H1.HeaderClassName
{
color: #BCA09E;
}
.AnyTagClassName
{
color: #BCA09E;
}
</style>
background-color css
<style>
a { background-color: #BCA09E; }
a { background-color: rgb(188,160,158); }
div.DivClassName
{
background-color: #BCA09E;
}
.BgClassName
{
background-color: #BCA09E;
}
</style>
border-color css
<style>
span { border-color: #BCA09E; }
span { border-color: rgb(188,160,158); }
td.TdClassName
{
border-color: #BCA09E;
}
.TagClassName
{
border-color: #BCA09E;
}
</style>