#BABAAA

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

Shades of Mist Grey #BABAAA

Tints of Mist Grey #BABAAA

Color information

#BABAAA (or 0xBABAAA) is unknown color: approx Mist Grey. HEX triplet: BA, BA and AA. RGB value is (186,186,170). Sum of RGB (Red+Green+Blue) = 186+186+170=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAA is #454555. Grayscale: #B8B8B8. Windows color (decimal): -4539734 or 11188922. OLE color: 11188922.

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

Color convert

RGB186186170-
CMYK000.090.27
HSL60º10.39%69.8%-
HSV(B)60º8.6%72.94%-
XYZ45.0648.4645.01-
YUV184.18120129.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 170 (66.80% from 255) = 31.37%
R=34.32%
G=34.32%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186170000.090.276010.3969.8
HexBABAAA0091B3ca46
Octal2722722520011337412106
Binary1011101010111010101010100010011101111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAAA; }

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

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

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

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

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

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

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

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