Html Css Color HEX #BABA9F Mist Grey

📋 copy color: '#BABA9F'

red 186 ◦ green 186 ◦ blue 159

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

Shades of Mist Grey #BABA9F

Tints of Mist Grey #BABA9F

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 value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BABA9F (or 0xBABA9F) is known color: 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

RGB 186 186 159 -
CMYK 0 0 0.15 0.27
HSL 60º 0.16% 0.68% -
HSV(B) 60º 0.15% 0.73% -
XYZ 44.07 48.06 39.75 -
YUV 182.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 186 186 159 0 0 0.15 0.27 60 0.16 0.68
Hex BA BA 9F 0 0 F 1B 3C 10 44
Octal 272 272 237 0 0 17 33 74 20 104
Binary 10111010 10111010 10011111 0 0 1111 11011 111100 10000 1000100

Color Harmonies of #BABA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA9F

Black with #BABA9F

Text Example


Text Example

White with #BABA9F

Text Example


Text Example

HTML Codes & Css Web 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>