#B5B5AA

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

Shades of Mist Grey #B5B5AA

Tints of Mist Grey #B5B5AA

Color information

#B5B5AA (or 0xB5B5AA) is unknown color: approx Mist Grey. HEX triplet: B5, B5 and AA. RGB value is (181,181,170). Sum of RGB (Red+Green+Blue) = 181+181+170=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B5AA is #4A4A55. Grayscale: #B3B3B3. Windows color (decimal): -4868694 or 11187637. OLE color: 11187637.

HSL color Cylindrical-coordinate representation of color #B5B5AA: hue angle of 60º 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 #B5B5AA is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181181170-
CMYK000.060.29
HSL60º6.92%68.82%-
HSV(B)60º6.08%70.98%-
XYZ42.8445.7744.61-
YUV179.75122.5128.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=34.02%
G=34.02%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181181170000.060.29606.9268.82
HexB5B5AA0061D3c745
Octal26526525200635747105
Binary10110101101101011010101000110111011111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B5AA; }

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

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

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

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

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

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

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

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