Shades of Mist Grey #BEBDA4
Tints of Mist Grey #BEBDA4
RGB
CMYK
RGB Variations
Color information
#BEBDA4 (or 0xBEBDA4) is known color: Mist Grey. HEX triplet: BE, BD and A4. RGB value is (190,189,164). Sum of RGB (Red+Green+Blue) = 190+189+164=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA4 is #41425B. Grayscale: #BABABA. Windows color (decimal): -4276828 or 10796478. OLE color: 10796478.
HSL color Cylindrical-coordinate representation of color #BEBDA4: hue angle of 57.69º 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 #BEBDA4 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 164 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.25 |
| HSL | 57.69º | 0.17% | 0.69% | - |
| HSV(B) | 57.69º | 0.14% | 0.75% | - |
| XYZ | 46.13 | 50.02 | 42.35 | - |
| YUV | 186.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 164 | 0 | 0.01 | 0.14 | 0.25 | 57.69 | 0.17 | 0.69 |
| Hex | BE | BD | A4 | 0 | 1 | E | 19 | 3A | 11 | 45 |
| Octal | 276 | 275 | 244 | 0 | 1 | 16 | 31 | 72 | 21 | 105 |
| Binary | 10111110 | 10111101 | 10100100 | 0 | 1 | 1110 | 11001 | 111010 | 10001 | 1000101 |
Color Harmonies of #BEBDA4
Complementary color
Monochromatic Colors of #BEBDA4
Black with #BEBDA4
Text Example
Text Example
White with #BEBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBDA4; }
p { color: rgb(190,189,164); }
H1.HeaderClassName
{
color: #BEBDA4;
}
.AnyTagClassName
{
color: #BEBDA4;
}
</style>
background-color css
<style>
a { background-color: #BEBDA4; }
a { background-color: rgb(190,189,164); }
div.DivClassName
{
background-color: #BEBDA4;
}
.BgClassName
{
background-color: #BEBDA4;
}
</style>
border-color css
<style>
span { border-color: #BEBDA4; }
span { border-color: rgb(190,189,164); }
td.TdClassName
{
border-color: #BEBDA4;
}
.TagClassName
{
border-color: #BEBDA4;
}
</style>