#BEBCA9

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

Shades of Mist Grey #BEBCA9

Tints of Mist Grey #BEBCA9

Color information

#BEBCA9 (or 0xBEBCA9) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A9. RGB value is (190,188,169). Sum of RGB (Red+Green+Blue) = 190+188+169=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA9 is #414356. Grayscale: #BABABA. Windows color (decimal): -4277079 or 11123902. OLE color: 11123902.

HSL color Cylindrical-coordinate representation of color #BEBCA9: hue angle of 54.29º 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 #BEBCA9 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB190188169-
CMYK00.010.110.25
HSL54.29º13.91%70.39%-
HSV(B)54.29º11.05%74.51%-
XYZ46.3849.7844.7-
YUV186.43118.16130.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=34.73%
G=34.37%
B=30.90%

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
Decimal19018816900.010.110.2554.2913.9170.39
HexBEBCA901B1936e46
Octal2762742510113316616106
Binary1011111010111100101010010110111100111011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA9; }

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

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

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

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

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

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

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

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