#B8B8AC

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

Shades of Mist Grey #B8B8AC

Tints of Mist Grey #B8B8AC

Color information

#B8B8AC (or 0xB8B8AC) is unknown color: approx Mist Grey. HEX triplet: B8, B8 and AC. RGB value is (184,184,172). Sum of RGB (Red+Green+Blue) = 184+184+172=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B8AC is #474753. Grayscale: #B6B6B6. Windows color (decimal): -4671316 or 11319480. OLE color: 11319480.

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

Color convert

RGB184184172-
CMYK000.070.28
HSL60º7.79%69.8%-
HSV(B)60º6.52%72.16%-
XYZ44.3547.4545.85-
YUV182.63122128.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=34.07%
G=34.07%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184172000.070.28607.7969.8
HexB8B8AC0071C3c846
Octal270270254007347410106
Binary101110001011100010101100001111110011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8AC; }

 p { color: rgb(184,184,172); }

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

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

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

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

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

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

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