#BEBCA5

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

Shades of Mist Grey #BEBCA5

Tints of Mist Grey #BEBCA5

Color information

#BEBCA5 (or 0xBEBCA5) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A5. RGB value is (190,188,165). Sum of RGB (Red+Green+Blue) = 190+188+165=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA5 is #41435A. Grayscale: #BABABA. Windows color (decimal): -4277083 or 10861758. OLE color: 10861758.

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

Color convert

RGB190188165-
CMYK00.010.130.25
HSL55.2º16.13%69.61%-
HSV(B)55.2º13.16%74.51%-
XYZ46.0149.6342.75-
YUV185.98116.16130.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 165 (64.84% from 255) = 30.39%
R=34.99%
G=34.62%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018816500.010.130.2555.216.1369.61
HexBEBCA501D19371046
Octal2762742450115316720106
Binary10111110101111001010010101110111001110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA5; }

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

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

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

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

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

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

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

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