#BEBCA6

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

Shades of Mist Grey #BEBCA6

Tints of Mist Grey #BEBCA6

Color information

#BEBCA6 (or 0xBEBCA6) is unknown color: approx Mist Grey. HEX triplet: BE, BC and A6. RGB value is (190,188,166). Sum of RGB (Red+Green+Blue) = 190+188+166=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCA6 is #414359. Grayscale: #BABABA. Windows color (decimal): -4277082 or 10927294. OLE color: 10927294.

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

Color convert

RGB190188166-
CMYK00.010.130.25
HSL55º15.58%69.8%-
HSV(B)55º12.63%74.51%-
XYZ46.149.6743.23-
YUV186.09116.66130.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 166 (65.23% from 255) = 30.51%
R=34.93%
G=34.56%
B=30.51%

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
Decimal19018816600.010.130.255515.5869.8
HexBEBCA601D19371046
Octal2762742460115316720106
Binary10111110101111001010011001110111001110111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCA6; }

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

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

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

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

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

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

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

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