#BEBCA3

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

Shades of Mist Grey #BEBCA3

Tints of Mist Grey #BEBCA3

Color information

#BEBCA3 (or 0xBEBCA3) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A3. RGB value is (190,188,163). Sum of RGB (Red+Green+Blue) = 190+188+163=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA3 is #41435C. Grayscale: #B9B9B9. Windows color (decimal): -4277085 or 10730686. OLE color: 10730686.

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

Color convert

RGB190188163-
CMYK00.010.140.25
HSL55.56º17.2%69.22%-
HSV(B)55.56º14.21%74.51%-
XYZ45.8349.5641.8-
YUV185.75115.16131.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=35.12%
G=34.75%
B=30.13%

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
Decimal19018816300.010.140.2555.5617.269.22
HexBEBCA301E19381145
Octal2762742430116317021105
Binary10111110101111001010001101111011001111000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA3; }

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

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

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

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

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

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

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

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