Html Css Color HEX #BABAA5 Mist Grey

📋 copy color: '#BABAA5'

red 186 ◦ green 186 ◦ blue 165

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

Shades of Mist Grey #BABAA5

Tints of Mist Grey #BABAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 34.64%
G = 34.64%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BABAA5 (or 0xBABAA5) is known color: Mist Grey. HEX triplet: BA, BA and A5. RGB value is (186,186,165). Sum of RGB (Red+Green+Blue) = 186+186+165=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAA5 is #45455A. Grayscale: #B7B7B7. Windows color (decimal): -4539739 or 10861242. OLE color: 10861242.

HSL color Cylindrical-coordinate representation of color #BABAA5: hue angle of 60º 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 #BABAA5 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 186 165 -
CMYK 0 0 0.11 0.27
HSL 60º 0.13% 0.69% -
HSV(B) 60º 0.11% 0.73% -
XYZ 44.6 48.27 42.56 -
YUV 183.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 186 186 165 0 0 0.11 0.27 60 0.13 0.69
Hex BA BA A5 0 0 B 1B 3C D 45
Octal 272 272 245 0 0 13 33 74 15 105
Binary 10111010 10111010 10100101 0 0 1011 11011 111100 1101 1000101

Color Harmonies of #BABAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAA5

Black with #BABAA5

Text Example


Text Example

White with #BABAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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