Shades of Mist Grey #BEBDA6
Tints of Mist Grey #BEBDA6
RGB
CMYK
RGB Variations
Color information
#BEBDA6 (or 0xBEBDA6) is known color: Mist Grey. HEX triplet: BE, BD and A6. RGB value is (190,189,166). Sum of RGB (Red+Green+Blue) = 190+189+166=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA6 is #414259. Grayscale: #BABABA. Windows color (decimal): -4276826 or 10927550. OLE color: 10927550.
HSL color Cylindrical-coordinate representation of color #BEBDA6: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBDA6 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 166 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.25 |
| HSL | 57.5º | 0.16% | 0.7% | - |
| HSV(B) | 57.5º | 0.13% | 0.75% | - |
| XYZ | 46.32 | 50.1 | 43.3 | - |
| YUV | 186.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 166 | 0 | 0.01 | 0.13 | 0.25 | 57.5 | 0.16 | 0.7 |
| Hex | BE | BD | A6 | 0 | 1 | D | 19 | 3A | 10 | 46 |
| Octal | 276 | 275 | 246 | 0 | 1 | 15 | 31 | 72 | 20 | 106 |
| Binary | 10111110 | 10111101 | 10100110 | 0 | 1 | 1101 | 11001 | 111010 | 10000 | 1000110 |
Color Harmonies of #BEBDA6
Complementary color
Monochromatic Colors of #BEBDA6
Black with #BEBDA6
Text Example
Text Example
White with #BEBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDA6; }
p { color: rgb(190,189,166); }
H1.HeaderClassName
{
color: #BEBDA6;
}
.AnyTagClassName
{
color: #BEBDA6;
}
</style>
background-color css
<style>
a { background-color: #BEBDA6; }
a { background-color: rgb(190,189,166); }
div.DivClassName
{
background-color: #BEBDA6;
}
.BgClassName
{
background-color: #BEBDA6;
}
</style>
border-color css
<style>
span { border-color: #BEBDA6; }
span { border-color: rgb(190,189,166); }
td.TdClassName
{
border-color: #BEBDA6;
}
.TagClassName
{
border-color: #BEBDA6;
}
</style>