#BEBDA1

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

Shades of Mist Grey #BEBDA1

Tints of Mist Grey #BEBDA1

Color information

#BEBDA1 (or 0xBEBDA1) is unknown color: approx Mist Grey. HEX triplet: BE, BD and A1. RGB value is (190,189,161). Sum of RGB (Red+Green+Blue) = 190+189+161=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBDA1 is #41425E. Grayscale: #BABABA. Windows color (decimal): -4276831 or 10599870. OLE color: 10599870.

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

Color convert

RGB190189161-
CMYK00.010.150.25
HSL57.93º18.24%68.82%-
HSV(B)57.93º15.26%74.51%-
XYZ45.8749.9240.94-
YUV186.11113.83130.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=35.19%
G=35%
B=29.81%

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
Decimal19018916100.010.150.2557.9318.2468.82
HexBEBDA101F193a1245
Octal2762752410117317222105
Binary10111110101111011010000101111111001111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDA1; }

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

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

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

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

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

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

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

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