#BEBDA3

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

Shades of Mist Grey #BEBDA3

Tints of Mist Grey #BEBDA3

Color information

#BEBDA3 (or 0xBEBDA3) is unknown color: approx 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

RGB190189163-
CMYK00.010.140.25
HSL57.78º17.2%69.22%-
HSV(B)57.78º14.21%74.51%-
XYZ46.0449.9941.87-
YUV186.33114.83130.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 163 (64.06% from 255) = 30.07%
R=35.06%
G=34.87%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916300.010.140.2557.7817.269.22
HexBEBDA301E193a1145
Octal2762752430116317221105
Binary10111110101111011010001101111011001111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>