Html Css Color HEX #BAB9A6 Mist Grey

📋 copy color: '#BAB9A6'

red 186 ◦ green 185 ◦ blue 166

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

Shades of Mist Grey #BAB9A6

Tints of Mist Grey #BAB9A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.91%

R = 34.64%
G = 34.45%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAB9A6 (or 0xBAB9A6) is known color: Mist Grey. HEX triplet: BA, B9 and A6. RGB value is (186,185,166). Sum of RGB (Red+Green+Blue) = 186+185+166=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB9A6 is #454659. Grayscale: #B7B7B7. Windows color (decimal): -4539994 or 10926522. OLE color: 10926522.

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

Color convert

RGB 186 185 166 -
CMYK 0 0.01 0.11 0.27
HSL 57º 0.13% 0.69% -
HSV(B) 57º 0.11% 0.73% -
XYZ 44.48 47.89 42.98 -
YUV 183.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 186 185 166 0 0.01 0.11 0.27 57 0.13 0.69
Hex BA B9 A6 0 1 B 1B 39 D 45
Octal 272 271 246 0 1 13 33 71 15 105
Binary 10111010 10111001 10100110 0 1 1011 11011 111001 1101 1000101

Color Harmonies of #BAB9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB9A6

Black with #BAB9A6

Text Example


Text Example

White with #BAB9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB9A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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