Html Css Color HEX #BABAAA Mist Grey

📋 copy color: '#BABAAA'

red 186 ◦ green 186 ◦ blue 170

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

Shades of Mist Grey #BABAAA

Tints of Mist Grey #BABAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 34.32%
G = 34.32%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BABAAA (or 0xBABAAA) is known color: Mist Grey. HEX triplet: BA, BA and AA. RGB value is (186,186,170). Sum of RGB (Red+Green+Blue) = 186+186+170=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAA is #454555. Grayscale: #B8B8B8. Windows color (decimal): -4539734 or 11188922. OLE color: 11188922.

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

Color convert

RGB 186 186 170 -
CMYK 0 0 0.09 0.27
HSL 60º 0.1% 0.7% -
HSV(B) 60º 0.09% 0.73% -
XYZ 45.06 48.46 45.01 -
YUV 184.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 186 186 170 0 0 0.09 0.27 60 0.1 0.7
Hex BA BA AA 0 0 9 1B 3C A 46
Octal 272 272 252 0 0 11 33 74 12 106
Binary 10111010 10111010 10101010 0 0 1001 11011 111100 1010 1000110

Color Harmonies of #BABAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABAAA

Black with #BABAAA

Text Example


Text Example

White with #BABAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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