#BEBDA0

Color #BEBDA0 Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #BEBDA0

Tints of Mist Grey #BEBDA0

Color information

#BEBDA0 (or 0xBEBDA0) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A0. RGB value is (190,189,160). Sum of RGB (Red+Green+Blue) = 190+189+160=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA0 is #41425F. Grayscale: #BABABA. Windows color (decimal): -4276832 or 10534334. OLE color: 10534334.

HSL color Cylindrical-coordinate representation of color #BEBDA0: hue angle of 58º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEBDA0 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190189160-
CMYK00.010.160.25
HSL58º18.75%68.63%-
HSV(B)58º15.79%74.51%-
XYZ45.7849.8840.47-
YUV185.99113.33130.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=35.25%
G=35.06%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916000.010.160.255818.7568.63
HexBEBDA00110193a1345
Octal2762752400120317223105
Binary101111101011110110100000011000011001111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA0; }

 p { color: rgb(190,189,160); }

 H1.HeaderClassName
 {
   color: #BEBDA0;
 }
 .AnyTagClassName
 {
   color: #BEBDA0;
 }
</style>
background-color css

<style>
 a { background-color: #BEBDA0; }

 a { background-color: rgb(190,189,160); }

 div.DivClassName
 {
   background-color: #BEBDA0;
 }
 .BgClassName
 {
   background-color: #BEBDA0;
 }
</style>
border-color css

<style>
 span { border-color: #BEBDA0; }

 span { border-color: rgb(190,189,160); }

 td.TdClassName
 {
   border-color: #BEBDA0;
 }
 .TagClassName
 {
   border-color: #BEBDA0;
 }
</style>