#BABAA3

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

Shades of Mist Grey #BABAA3

Tints of Mist Grey #BABAA3

Color information

#BABAA3 (or 0xBABAA3) is unknown color: approx Mist Grey. HEX triplet: BA, BA and A3. RGB value is (186,186,163). Sum of RGB (Red+Green+Blue) = 186+186+163=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA3 is #45455C. Grayscale: #B7B7B7. Windows color (decimal): -4539741 or 10730170. OLE color: 10730170.

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

Color convert

RGB186186163-
CMYK000.120.27
HSL60º14.29%68.43%-
HSV(B)60º12.37%72.94%-
XYZ44.4248.241.61-
YUV183.38116.5129.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=34.77%
G=34.77%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186163000.120.276014.2968.43
HexBABAA300C1B3ce44
Octal2722722430014337416104
Binary1011101010111010101000110011001101111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAA3; }

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

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

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

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

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

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

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

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