Html Css Color HEX #BABAA0 Mist Grey

📋 copy color: '#BABAA0'

red 186 ◦ green 186 ◦ blue 160

#BABAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mist Grey #BABAA0

Tints of Mist Grey #BABAA0

RGB

 RED value IS 186 (73.05% from 255) = 34.96%

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 34.96%
G = 34.96%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BABAA0 (or 0xBABAA0) is known color: Mist Grey. HEX triplet: BA, BA and A0. RGB value is (186,186,160). Sum of RGB (Red+Green+Blue) = 186+186+160=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA0 is #45455F. Grayscale: #B7B7B7. Windows color (decimal): -4539744 or 10533562. OLE color: 10533562.

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

Color convert

RGB 186 186 160 -
CMYK 0 0 0.14 0.27
HSL 60º 0.16% 0.68% -
HSV(B) 60º 0.14% 0.73% -
XYZ 44.15 48.09 40.21 -
YUV 183.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 186 186 160 0 0 0.14 0.27 60 0.16 0.68
Hex BA BA A0 0 0 E 1B 3C 10 44
Octal 272 272 240 0 0 16 33 74 20 104
Binary 10111010 10111010 10100000 0 0 1110 11011 111100 10000 1000100

Color Harmonies of #BABAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAA0

Black with #BABAA0

Text Example


Text Example

White with #BABAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAA0; }

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

 H1.HeaderClassName
 {
   color: #BABAA0;
 }
 .AnyTagClassName
 {
   color: #BABAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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