#BABA9F

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

Shades of Mist Grey #BABA9F

Tints of Mist Grey #BABA9F

Color information

#BABA9F (or 0xBABA9F) is unknown color: approx Mist Grey. HEX triplet: BA, BA and 9F. RGB value is (186,186,159). Sum of RGB (Red+Green+Blue) = 186+186+159=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9F is #454560. Grayscale: #B7B7B7. Windows color (decimal): -4539745 or 10468026. OLE color: 10468026.

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

Color convert

RGB186186159-
CMYK000.150.27
HSL60º16.36%67.65%-
HSV(B)60º14.52%72.94%-
XYZ44.0748.0639.75-
YUV182.92114.5130.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=35.03%
G=35.03%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186159000.150.276016.3667.65
HexBABA9F00F1B3c1044
Octal2722722370017337420104
Binary10111010101110101001111100111111011111100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA9F; }

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

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

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

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

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

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

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

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