#BEBDA2

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

Shades of Mist Grey #BEBDA2

Tints of Mist Grey #BEBDA2

Color information

#BEBDA2 (or 0xBEBDA2) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A2. RGB value is (190,189,162). Sum of RGB (Red+Green+Blue) = 190+189+162=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA2 is #41425D. Grayscale: #BABABA. Windows color (decimal): -4276830 or 10665406. OLE color: 10665406.

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

Color convert

RGB190189162-
CMYK00.010.150.25
HSL57.86º17.72%69.02%-
HSV(B)57.86º14.74%74.51%-
XYZ45.9549.9541.4-
YUV186.22114.33130.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=35.12%
G=34.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916200.010.150.2557.8617.7269.02
HexBEBDA201F193a1245
Octal2762752420117317222105
Binary10111110101111011010001001111111001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA2; }

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

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

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

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

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

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

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

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