#BEBCAC

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

Shades of Mist Grey #BEBCAC

Tints of Mist Grey #BEBCAC

Color information

#BEBCAC (or 0xBEBCAC) is unknown color: approx Mist Grey. HEX triplet: BE, BC and AC. RGB value is (190,188,172). Sum of RGB (Red+Green+Blue) = 190+188+172=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBCAC is #414353. Grayscale: #BABABA. Windows color (decimal): -4277076 or 11320510. OLE color: 11320510.

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

Color convert

RGB190188172-
CMYK00.010.090.25
HSL53.33º12.16%70.98%-
HSV(B)53.33º9.47%74.51%-
XYZ46.6649.8946.2-
YUV186.77119.66130.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=34.55%
G=34.18%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018817200.010.090.2553.3312.1670.98
HexBEBCAC0191935c47
Octal2762742540111316514107
Binary1011111010111100101011000110011100111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCAC; }

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

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

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

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

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

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

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

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