#BEBDAE

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

Shades of Mist Grey #BEBDAE

Tints of Mist Grey #BEBDAE

Color information

#BEBDAE (or 0xBEBDAE) is unknown color: approx Mist Grey. HEX triplet: BE, BD and AE. RGB value is (190,189,174). Sum of RGB (Red+Green+Blue) = 190+189+174=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDAE is #414251. Grayscale: #BBBBBB. Windows color (decimal): -4276818 or 11451838. OLE color: 11451838.

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

Color convert

RGB190189174-
CMYK00.010.080.25
HSL56.25º10.96%71.37%-
HSV(B)56.25º8.42%74.51%-
XYZ47.0750.447.29-
YUV187.59120.33129.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=34.36%
G=34.18%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018917400.010.080.2556.2510.9671.37
HexBEBDAE0181938b47
Octal2762752560110317013107
Binary1011111010111101101011100110001100111100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDAE; }

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

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

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

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

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

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

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

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