#B5B4AC

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

Shades of Mist Grey #B5B4AC

Tints of Mist Grey #B5B4AC

Color information

#B5B4AC (or 0xB5B4AC) is unknown color: approx Mist Grey. HEX triplet: B5, B4 and AC. RGB value is (181,180,172). Sum of RGB (Red+Green+Blue) = 181+180+172=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B4AC is #4A4B53. Grayscale: #B3B3B3. Windows color (decimal): -4868948 or 11318453. OLE color: 11318453.

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

Color convert

RGB181180172-
CMYK00.010.050.29
HSL53.33º5.73%69.22%-
HSV(B)53.33º4.97%70.98%-
XYZ42.8245.4445.54-
YUV179.39123.83129.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=33.96%
G=33.77%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18118017200.010.050.2953.335.7369.22
HexB5B4AC0151D35645
Octal26526425401535656105
Binary10110101101101001010110001101111011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4AC; }

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

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

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

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

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

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

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

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