#BABA9E

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

Shades of Mist Grey #BABA9E

Tints of Mist Grey #BABA9E

Color information

#BABA9E (or 0xBABA9E) is unknown color: approx Mist Grey. HEX triplet: BA, BA and 9E. RGB value is (186,186,158). Sum of RGB (Red+Green+Blue) = 186+186+158=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA9E is #454561. Grayscale: #B6B6B6. Windows color (decimal): -4539746 or 10402490. OLE color: 10402490.

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

Color convert

RGB186186158-
CMYK000.150.27
HSL60º16.87%67.45%-
HSV(B)60º15.05%72.94%-
XYZ43.9848.0339.3-
YUV182.81114130.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=35.09%
G=35.09%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186158000.150.276016.8767.45
HexBABA9E00F1B3c1143
Octal2722722360017337421103
Binary10111010101110101001111000111111011111100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA9E; }

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

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

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

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

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

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

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

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