#BABAAB

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

Shades of Mist Grey #BABAAB

Tints of Mist Grey #BABAAB

Color information

#BABAAB (or 0xBABAAB) is unknown color: approx Mist Grey. HEX triplet: BA, BA and AB. RGB value is (186,186,171). Sum of RGB (Red+Green+Blue) = 186+186+171=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAB is #454554. Grayscale: #B8B8B8. Windows color (decimal): -4539733 or 11254458. OLE color: 11254458.

HSL color Cylindrical-coordinate representation of color #BABAAB: 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.08%. Process color model (Four color, CMYK) of #BABAAB is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186186171-
CMYK000.080.27
HSL60º9.8%70%-
HSV(B)60º8.06%72.94%-
XYZ45.1648.545.51-
YUV184.29120.5129.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=34.25%
G=34.25%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186171000.080.27609.870
HexBABAAB0081B3ca46
Octal2722722530010337412106
Binary1011101010111010101010110010001101111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAAB; }

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

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

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

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

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

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

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

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