Shades of Mist Grey #BEBDA5
Tints of Mist Grey #BEBDA5
RGB
CMYK
RGB Variations
Color information
#BEBDA5 (or 0xBEBDA5) is known color: Mist Grey. HEX triplet: BE, BD and A5. RGB value is (190,189,165). Sum of RGB (Red+Green+Blue) = 190+189+165=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA5 is #41425A. Grayscale: #BABABA. Windows color (decimal): -4276827 or 10862014. OLE color: 10862014.
HSL color Cylindrical-coordinate representation of color #BEBDA5: hue angle of 57.6º 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 #BEBDA5 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 165 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.25 |
| HSL | 57.6º | 0.16% | 0.7% | - |
| HSV(B) | 57.6º | 0.13% | 0.75% | - |
| XYZ | 46.22 | 50.06 | 42.82 | - |
| YUV | 186.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 165 | 0 | 0.01 | 0.13 | 0.25 | 57.6 | 0.16 | 0.7 |
| Hex | BE | BD | A5 | 0 | 1 | D | 19 | 3A | 10 | 46 |
| Octal | 276 | 275 | 245 | 0 | 1 | 15 | 31 | 72 | 20 | 106 |
| Binary | 10111110 | 10111101 | 10100101 | 0 | 1 | 1101 | 11001 | 111010 | 10000 | 1000110 |
Color Harmonies of #BEBDA5
Complementary color
Monochromatic Colors of #BEBDA5
Black with #BEBDA5
Text Example
Text Example
White with #BEBDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDA5; }
p { color: rgb(190,189,165); }
H1.HeaderClassName
{
color: #BEBDA5;
}
.AnyTagClassName
{
color: #BEBDA5;
}
</style>
background-color css
<style>
a { background-color: #BEBDA5; }
a { background-color: rgb(190,189,165); }
div.DivClassName
{
background-color: #BEBDA5;
}
.BgClassName
{
background-color: #BEBDA5;
}
</style>
border-color css
<style>
span { border-color: #BEBDA5; }
span { border-color: rgb(190,189,165); }
td.TdClassName
{
border-color: #BEBDA5;
}
.TagClassName
{
border-color: #BEBDA5;
}
</style>