#BEBDA9

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

Shades of Mist Grey #BEBDA9

Tints of Mist Grey #BEBDA9

Color information

#BEBDA9 (or 0xBEBDA9) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A9. RGB value is (190,189,169). Sum of RGB (Red+Green+Blue) = 190+189+169=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA9 is #414256. Grayscale: #BBBBBB. Windows color (decimal): -4276823 or 11124158. OLE color: 11124158.

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

Color convert

RGB190189169-
CMYK00.010.110.25
HSL57.14º13.91%70.39%-
HSV(B)57.14º11.05%74.51%-
XYZ46.5950.2144.77-
YUV187.02117.83130.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=34.67%
G=34.49%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018916900.010.110.2557.1413.9170.39
HexBEBDA901B1939e46
Octal2762752510113317116106
Binary1011111010111101101010010110111100111100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA9; }

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

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

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

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

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

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

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

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