#BEBCA1

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

Shades of Mist Grey #BEBCA1

Tints of Mist Grey #BEBCA1

Color information

#BEBCA1 (or 0xBEBCA1) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A1. RGB value is (190,188,161). Sum of RGB (Red+Green+Blue) = 190+188+161=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA1 is #41435E. Grayscale: #B9B9B9. Windows color (decimal): -4277087 or 10599614. OLE color: 10599614.

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

Color convert

RGB190188161-
CMYK00.010.150.25
HSL55.86º18.24%68.82%-
HSV(B)55.86º15.26%74.51%-
XYZ45.6549.4940.86-
YUV185.52114.16131.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=35.25%
G=34.88%
B=29.87%

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
Decimal19018816100.010.150.2555.8618.2468.82
HexBEBCA101F19381245
Octal2762742410117317022105
Binary10111110101111001010000101111111001111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA1; }

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

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

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

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

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

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

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

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