Shades of Ash #BFBCA2
Tints of Ash #BFBCA2
RGB
CMYK
RGB Variations
Color information
#BFBCA2 (or 0xBFBCA2) is known color: Ash. HEX triplet: BF, BC and A2. RGB value is (191,188,162). Sum of RGB (Red+Green+Blue) = 191+188+162=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBCA2 is #40435D. Grayscale: #BABABA. Windows color (decimal): -4211550 or 10665151. OLE color: 10665151.
HSL color Cylindrical-coordinate representation of color #BFBCA2: hue angle of 53.79º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBCA2 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 162 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.25 |
| HSL | 53.79º | 0.18% | 0.69% | - |
| HSV(B) | 53.79º | 0.15% | 0.75% | - |
| XYZ | 45.99 | 49.65 | 41.34 | - |
| YUV | 185.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 162 | 0 | 0.02 | 0.15 | 0.25 | 53.79 | 0.18 | 0.69 |
| Hex | BF | BC | A2 | 0 | 2 | F | 19 | 36 | 12 | 45 |
| Octal | 277 | 274 | 242 | 0 | 2 | 17 | 31 | 66 | 22 | 105 |
| Binary | 10111111 | 10111100 | 10100010 | 0 | 10 | 1111 | 11001 | 110110 | 10010 | 1000101 |
Color Harmonies of #BFBCA2
Complementary color
Monochromatic Colors of #BFBCA2
Black with #BFBCA2
Text Example
Text Example
White with #BFBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCA2; }
p { color: rgb(191,188,162); }
H1.HeaderClassName
{
color: #BFBCA2;
}
.AnyTagClassName
{
color: #BFBCA2;
}
</style>
background-color css
<style>
a { background-color: #BFBCA2; }
a { background-color: rgb(191,188,162); }
div.DivClassName
{
background-color: #BFBCA2;
}
.BgClassName
{
background-color: #BFBCA2;
}
</style>
border-color css
<style>
span { border-color: #BFBCA2; }
span { border-color: rgb(191,188,162); }
td.TdClassName
{
border-color: #BFBCA2;
}
.TagClassName
{
border-color: #BFBCA2;
}
</style>