Shades of Mist Grey #BFBEA1
Tints of Mist Grey #BFBEA1
RGB
CMYK
RGB Variations
Color information
#BFBEA1 (or 0xBFBEA1) is known color: Mist Grey. HEX triplet: BF, BE and A1. RGB value is (191,190,161). Sum of RGB (Red+Green+Blue) = 191+190+161=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBEA1 is #40415E. Grayscale: #BBBBBB. Windows color (decimal): -4211039 or 10600127. OLE color: 10600127.
HSL color Cylindrical-coordinate representation of color #BFBEA1: hue angle of 58º 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 #BFBEA1 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 161 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.25 |
| HSL | 58º | 0.19% | 0.69% | - |
| HSV(B) | 58º | 0.16% | 0.75% | - |
| XYZ | 46.33 | 50.48 | 41.02 | - |
| YUV | 186.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 161 | 0 | 0.01 | 0.16 | 0.25 | 58 | 0.19 | 0.69 |
| Hex | BF | BE | A1 | 0 | 1 | 10 | 19 | 3A | 13 | 45 |
| Octal | 277 | 276 | 241 | 0 | 1 | 20 | 31 | 72 | 23 | 105 |
| Binary | 10111111 | 10111110 | 10100001 | 0 | 1 | 10000 | 11001 | 111010 | 10011 | 1000101 |
Color Harmonies of #BFBEA1
Complementary color
Monochromatic Colors of #BFBEA1
Black with #BFBEA1
Text Example
Text Example
White with #BFBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEA1; }
p { color: rgb(191,190,161); }
H1.HeaderClassName
{
color: #BFBEA1;
}
.AnyTagClassName
{
color: #BFBEA1;
}
</style>
background-color css
<style>
a { background-color: #BFBEA1; }
a { background-color: rgb(191,190,161); }
div.DivClassName
{
background-color: #BFBEA1;
}
.BgClassName
{
background-color: #BFBEA1;
}
</style>
border-color css
<style>
span { border-color: #BFBEA1; }
span { border-color: rgb(191,190,161); }
td.TdClassName
{
border-color: #BFBEA1;
}
.TagClassName
{
border-color: #BFBEA1;
}
</style>