#B5B4AA

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

Shades of Mist Grey #B5B4AA

Tints of Mist Grey #B5B4AA

Color information

#B5B4AA (or 0xB5B4AA) is unknown color: approx Mist Grey. HEX triplet: B5, B4 and AA. RGB value is (181,180,170). Sum of RGB (Red+Green+Blue) = 181+180+170=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B4AA is #4A4B55. Grayscale: #B3B3B3. Windows color (decimal): -4868950 or 11187381. OLE color: 11187381.

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

Color convert

RGB181180170-
CMYK00.010.060.29
HSL54.55º6.92%68.82%-
HSV(B)54.55º6.08%70.98%-
XYZ42.6345.3744.54-
YUV179.16122.83129.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=34.09%
G=33.90%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118017000.010.060.2954.556.9268.82
HexB5B4AA0161D37745
Octal26526425201635677105
Binary10110101101101001010101001110111011101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4AA; }

 p { color: rgb(181,180,170); }

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

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

 a { background-color: rgb(181,180,170); }

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

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

 span { border-color: rgb(181,180,170); }

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