Shades of Mist Grey #BEBDA3
Tints of Mist Grey #BEBDA3
RGB
CMYK
RGB Variations
Color information
#BEBDA3 (or 0xBEBDA3) is known color: Mist Grey. HEX triplet: BE, BD and A3. RGB value is (190,189,163). Sum of RGB (Red+Green+Blue) = 190+189+163=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA3 is #41425C. Grayscale: #BABABA. Windows color (decimal): -4276829 or 10730942. OLE color: 10730942.
HSL color Cylindrical-coordinate representation of color #BEBDA3: hue angle of 57.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBDA3 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 163 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.25 |
| HSL | 57.78º | 0.17% | 0.69% | - |
| HSV(B) | 57.78º | 0.14% | 0.75% | - |
| XYZ | 46.04 | 49.99 | 41.87 | - |
| YUV | 186.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 163 | 0 | 0.01 | 0.14 | 0.25 | 57.78 | 0.17 | 0.69 |
| Hex | BE | BD | A3 | 0 | 1 | E | 19 | 3A | 11 | 45 |
| Octal | 276 | 275 | 243 | 0 | 1 | 16 | 31 | 72 | 21 | 105 |
| Binary | 10111110 | 10111101 | 10100011 | 0 | 1 | 1110 | 11001 | 111010 | 10001 | 1000101 |
Color Harmonies of #BEBDA3
Complementary color
Monochromatic Colors of #BEBDA3
Black with #BEBDA3
Text Example
Text Example
White with #BEBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDA3; }
p { color: rgb(190,189,163); }
H1.HeaderClassName
{
color: #BEBDA3;
}
.AnyTagClassName
{
color: #BEBDA3;
}
</style>
background-color css
<style>
a { background-color: #BEBDA3; }
a { background-color: rgb(190,189,163); }
div.DivClassName
{
background-color: #BEBDA3;
}
.BgClassName
{
background-color: #BEBDA3;
}
</style>
border-color css
<style>
span { border-color: #BEBDA3; }
span { border-color: rgb(190,189,163); }
td.TdClassName
{
border-color: #BEBDA3;
}
.TagClassName
{
border-color: #BEBDA3;
}
</style>