#BEBDA4

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

Shades of Mist Grey #BEBDA4

Tints of Mist Grey #BEBDA4

Color information

#BEBDA4 (or 0xBEBDA4) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A4. RGB value is (190,189,164). Sum of RGB (Red+Green+Blue) = 190+189+164=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA4 is #41425B. Grayscale: #BABABA. Windows color (decimal): -4276828 or 10796478. OLE color: 10796478.

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

Color convert

RGB190189164-
CMYK00.010.140.25
HSL57.69º16.67%69.41%-
HSV(B)57.69º13.68%74.51%-
XYZ46.1350.0242.35-
YUV186.45115.33130.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=34.99%
G=34.81%
B=30.20%

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
Decimal19018916400.010.140.2557.6916.6769.41
HexBEBDA401E193a1145
Octal2762752440116317221105
Binary10111110101111011010010001111011001111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA4; }

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

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

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

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

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

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

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

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