#B4B3AD

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

Shades of Mist Grey #B4B3AD

Tints of Mist Grey #B4B3AD

Color information

#B4B3AD (or 0xB4B3AD) is unknown color: approx Mist Grey. HEX triplet: B4, B3 and AD. RGB value is (180,179,173). Sum of RGB (Red+Green+Blue) = 180+179+173=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B3AD is #4B4C52. Grayscale: #B2B2B2. Windows color (decimal): -4934739 or 11383732. OLE color: 11383732.

HSL color Cylindrical-coordinate representation of color #B4B3AD: hue angle of 51.43º degrees, saturation: 0.04, 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 #B4B3AD is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180179173-
CMYK00.010.040.29
HSL51.43º4.46%69.22%-
HSV(B)51.43º3.89%70.59%-
XYZ42.4944.9645.97-
YUV178.62124.83128.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=33.83%
G=33.65%
B=32.52%

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
Decimal18017917300.010.040.2951.434.4669.22
HexB4B3AD0141D33445
Octal26426325501435634105
Binary10110100101100111010110101100111011100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B3AD; }

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

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

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

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

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

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

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

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