#B4B3AC

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

Shades of Mist Grey #B4B3AC

Tints of Mist Grey #B4B3AC

Color information

#B4B3AC (or 0xB4B3AC) is unknown color: approx Mist Grey. HEX triplet: B4, B3 and AC. RGB value is (180,179,172). Sum of RGB (Red+Green+Blue) = 180+179+172=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B3AC is #4B4C53. Grayscale: #B2B2B2. Windows color (decimal): -4934740 or 11318196. OLE color: 11318196.

HSL color Cylindrical-coordinate representation of color #B4B3AC: hue angle of 52.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4B3AC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180179172-
CMYK00.010.040.29
HSL52.5º5.06%69.02%-
HSV(B)52.5º4.44%70.59%-
XYZ42.3944.9245.47-
YUV178.5124.33129.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=33.90%
G=33.71%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017917200.010.040.2952.55.0669.02
HexB4B3AC0141D35545
Octal26426325401435655105
Binary10110100101100111010110001100111011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3AC; }

 p { color: rgb(180,179,172); }

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

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

 a { background-color: rgb(180,179,172); }

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

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

 span { border-color: rgb(180,179,172); }

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