#B6B6AE

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

Shades of Mist Grey #B6B6AE

Tints of Mist Grey #B6B6AE

Color information

#B6B6AE (or 0xB6B6AE) is unknown color: approx Mist Grey. HEX triplet: B6, B6 and AE. RGB value is (182,182,174). Sum of RGB (Red+Green+Blue) = 182+182+174=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B6AE is #494951. Grayscale: #B5B5B5. Windows color (decimal): -4802898 or 11450038. OLE color: 11450038.

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

Color convert

RGB182182174-
CMYK000.040.29
HSL60º5.19%69.8%-
HSV(B)60º4.4%71.37%-
XYZ43.6646.4646.71-
YUV181.09124128.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 182 (71.48% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=33.83%
G=33.83%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182182174000.040.29605.1969.8
HexB6B6AE0041D3c546
Octal26626625600435745106
Binary10110110101101101010111000100111011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B6AE; }

 p { color: rgb(182,182,174); }

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

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

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

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

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

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

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