#BABAAD

Color #BABAAD Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #BABAAD

Tints of Mist Grey #BABAAD

Color information

#BABAAD (or 0xBABAAD) is unknown color: approx Mist Grey. HEX triplet: BA, BA and AD. RGB value is (186,186,173). Sum of RGB (Red+Green+Blue) = 186+186+173=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABAAD is #454552. Grayscale: #B8B8B8. Windows color (decimal): -4539731 or 11385530. OLE color: 11385530.

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

Color convert

RGB186186173-
CMYK000.070.27
HSL60º8.61%70.39%-
HSV(B)60º6.99%72.94%-
XYZ45.3548.5746.52-
YUV184.52121.5129.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=34.13%
G=34.13%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186173000.070.27608.6170.39
HexBABAAD0071B3c946
Octal272272255007337411106
Binary101110101011101010101101001111101111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAAD; }

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

 H1.HeaderClassName
 {
   color: #BABAAD;
 }
 .AnyTagClassName
 {
   color: #BABAAD;
 }
</style>
background-color css

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

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

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

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

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

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