Shades of Ash #BFBCAB
Tints of Ash #BFBCAB
RGB
CMYK
RGB Variations
Color information
#BFBCAB (or 0xBFBCAB) is known color: Ash. HEX triplet: BF, BC and AB. RGB value is (191,188,171). Sum of RGB (Red+Green+Blue) = 191+188+171=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCAB is #404354. Grayscale: #BBBBBB. Windows color (decimal): -4211541 or 11254975. OLE color: 11254975.
HSL color Cylindrical-coordinate representation of color #BFBCAB: hue angle of 51º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBCAB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 171 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.25 |
| HSL | 51º | 0.14% | 0.71% | - |
| HSV(B) | 51º | 0.1% | 0.75% | - |
| XYZ | 46.82 | 49.98 | 45.71 | - |
| YUV | 186.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 171 | 0 | 0.02 | 0.10 | 0.25 | 51 | 0.14 | 0.71 |
| Hex | BF | BC | AB | 0 | 2 | A | 19 | 33 | E | 47 |
| Octal | 277 | 274 | 253 | 0 | 2 | 12 | 31 | 63 | 16 | 107 |
| Binary | 10111111 | 10111100 | 10101011 | 0 | 10 | 1010 | 11001 | 110011 | 1110 | 1000111 |
Color Harmonies of #BFBCAB
Complementary color
Monochromatic Colors of #BFBCAB
Black with #BFBCAB
Text Example
Text Example
White with #BFBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCAB; }
p { color: rgb(191,188,171); }
H1.HeaderClassName
{
color: #BFBCAB;
}
.AnyTagClassName
{
color: #BFBCAB;
}
</style>
background-color css
<style>
a { background-color: #BFBCAB; }
a { background-color: rgb(191,188,171); }
div.DivClassName
{
background-color: #BFBCAB;
}
.BgClassName
{
background-color: #BFBCAB;
}
</style>
border-color css
<style>
span { border-color: #BFBCAB; }
span { border-color: rgb(191,188,171); }
td.TdClassName
{
border-color: #BFBCAB;
}
.TagClassName
{
border-color: #BFBCAB;
}
</style>