#B7B6AC

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

Shades of Mist Grey #B7B6AC

Tints of Mist Grey #B7B6AC

Color information

#B7B6AC (or 0xB7B6AC) is unknown color: approx Mist Grey. HEX triplet: B7, B6 and AC. RGB value is (183,182,172). Sum of RGB (Red+Green+Blue) = 183+182+172=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B6AC is #484953. Grayscale: #B5B5B5. Windows color (decimal): -4737364 or 11318967. OLE color: 11318967.

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

Color convert

RGB183182172-
CMYK00.010.060.28
HSL54.55º7.1%69.61%-
HSV(B)54.55º6.01%71.76%-
XYZ43.746.545.7-
YUV181.16122.83129.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=34.08%
G=33.89%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18318217200.010.060.2854.557.169.61
HexB7B6AC0161C37746
Octal26726625401634677106
Binary10110111101101101010110001110111001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B6AC; }

 p { color: rgb(183,182,172); }

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

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

 a { background-color: rgb(183,182,172); }

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

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

 span { border-color: rgb(183,182,172); }

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