Html Css Color HEX #BAB9AB Mist Grey

📋 copy color: '#BAB9AB'

red 186 ◦ green 185 ◦ blue 171

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

Shades of Mist Grey #BAB9AB

Tints of Mist Grey #BAB9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 34.32%
G = 34.13%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAB9AB (or 0xBAB9AB) is known color: Mist Grey. HEX triplet: BA, B9 and AB. RGB value is (186,185,171). Sum of RGB (Red+Green+Blue) = 186+185+171=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9AB is #454654. Grayscale: #B7B7B7. Windows color (decimal): -4539989 or 11254202. OLE color: 11254202.

HSL color Cylindrical-coordinate representation of color #BAB9AB: hue angle of 56º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB9AB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 171 -
CMYK 0 0.01 0.08 0.27
HSL 56º 0.1% 0.7% -
HSV(B) 56º 0.08% 0.73% -
XYZ 44.95 48.08 45.44 -
YUV 183.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 186 185 171 0 0.01 0.08 0.27 56 0.1 0.7
Hex BA B9 AB 0 1 8 1B 38 A 46
Octal 272 271 253 0 1 10 33 70 12 106
Binary 10111010 10111001 10101011 0 1 1000 11011 111000 1010 1000110

Color Harmonies of #BAB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9AB

Black with #BAB9AB

Text Example


Text Example

White with #BAB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9AB; }

 p { color: rgb(186,185,171); }

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

background-color css

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

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

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

border-color css

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

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

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