Shades of Ash #BFBCA1
Tints of Ash #BFBCA1
RGB
CMYK
RGB Variations
Color information
#BFBCA1 (or 0xBFBCA1) is known color: Ash. HEX triplet: BF, BC and A1. RGB value is (191,188,161). Sum of RGB (Red+Green+Blue) = 191+188+161=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA1 is #40435E. Grayscale: #B9B9B9. Windows color (decimal): -4211551 or 10599615. OLE color: 10599615.
HSL color Cylindrical-coordinate representation of color #BFBCA1: hue angle of 54º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBCA1 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 161 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.25 |
| HSL | 54º | 0.19% | 0.69% | - |
| HSV(B) | 54º | 0.16% | 0.75% | - |
| XYZ | 45.9 | 49.62 | 40.88 | - |
| YUV | 185.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 161 | 0 | 0.02 | 0.16 | 0.25 | 54 | 0.19 | 0.69 |
| Hex | BF | BC | A1 | 0 | 2 | 10 | 19 | 36 | 13 | 45 |
| Octal | 277 | 274 | 241 | 0 | 2 | 20 | 31 | 66 | 23 | 105 |
| Binary | 10111111 | 10111100 | 10100001 | 0 | 10 | 10000 | 11001 | 110110 | 10011 | 1000101 |
Color Harmonies of #BFBCA1
Complementary color
Monochromatic Colors of #BFBCA1
Black with #BFBCA1
Text Example
Text Example
White with #BFBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCA1; }
p { color: rgb(191,188,161); }
H1.HeaderClassName
{
color: #BFBCA1;
}
.AnyTagClassName
{
color: #BFBCA1;
}
</style>
background-color css
<style>
a { background-color: #BFBCA1; }
a { background-color: rgb(191,188,161); }
div.DivClassName
{
background-color: #BFBCA1;
}
.BgClassName
{
background-color: #BFBCA1;
}
</style>
border-color css
<style>
span { border-color: #BFBCA1; }
span { border-color: rgb(191,188,161); }
td.TdClassName
{
border-color: #BFBCA1;
}
.TagClassName
{
border-color: #BFBCA1;
}
</style>