#B8B8AA

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

Shades of Mist Grey #B8B8AA

Tints of Mist Grey #B8B8AA

Color information

#B8B8AA (or 0xB8B8AA) is unknown color: approx Mist Grey. HEX triplet: B8, B8 and AA. RGB value is (184,184,170). Sum of RGB (Red+Green+Blue) = 184+184+170=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B8AA is #474755. Grayscale: #B6B6B6. Windows color (decimal): -4671318 or 11188408. OLE color: 11188408.

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

Color convert

RGB184184170-
CMYK000.080.28
HSL60º8.97%69.41%-
HSV(B)60º7.61%72.16%-
XYZ44.1647.3744.85-
YUV182.4121129.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.20%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=34.20%
G=34.20%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184184170000.080.28608.9769.41
HexB8B8AA0081C3c945
Octal2702702520010347411105
Binary1011100010111000101010100010001110011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B8AA; }

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

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

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

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

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

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

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

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