Shades of Mist Grey #BEBDA1
Tints of Mist Grey #BEBDA1
RGB
CMYK
RGB Variations
Color information
#BEBDA1 (or 0xBEBDA1) is known color: Mist Grey. HEX triplet: BE, BD and A1. RGB value is (190,189,161). Sum of RGB (Red+Green+Blue) = 190+189+161=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA1 is #41425E. Grayscale: #BABABA. Windows color (decimal): -4276831 or 10599870. OLE color: 10599870.
HSL color Cylindrical-coordinate representation of color #BEBDA1: hue angle of 57.93º 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 #BEBDA1 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 161 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.25 |
| HSL | 57.93º | 0.18% | 0.69% | - |
| HSV(B) | 57.93º | 0.15% | 0.75% | - |
| XYZ | 45.87 | 49.92 | 40.94 | - |
| YUV | 186.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 161 | 0 | 0.01 | 0.15 | 0.25 | 57.93 | 0.18 | 0.69 |
| Hex | BE | BD | A1 | 0 | 1 | F | 19 | 3A | 12 | 45 |
| Octal | 276 | 275 | 241 | 0 | 1 | 17 | 31 | 72 | 22 | 105 |
| Binary | 10111110 | 10111101 | 10100001 | 0 | 1 | 1111 | 11001 | 111010 | 10010 | 1000101 |
Color Harmonies of #BEBDA1
Complementary color
Monochromatic Colors of #BEBDA1
Black with #BEBDA1
Text Example
Text Example
White with #BEBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDA1; }
p { color: rgb(190,189,161); }
H1.HeaderClassName
{
color: #BEBDA1;
}
.AnyTagClassName
{
color: #BEBDA1;
}
</style>
background-color css
<style>
a { background-color: #BEBDA1; }
a { background-color: rgb(190,189,161); }
div.DivClassName
{
background-color: #BEBDA1;
}
.BgClassName
{
background-color: #BEBDA1;
}
</style>
border-color css
<style>
span { border-color: #BEBDA1; }
span { border-color: rgb(190,189,161); }
td.TdClassName
{
border-color: #BEBDA1;
}
.TagClassName
{
border-color: #BEBDA1;
}
</style>