#BAB3B7

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

Shades of Maverick #BAB3B7

Tints of Maverick #BAB3B7

Color information

#BAB3B7 (or 0xBAB3B7) is unknown color: approx Maverick. HEX triplet: BA, B3 and B7. RGB value is (186,179,183). Sum of RGB (Red+Green+Blue) = 186+179+183=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3B7 is #454C48. Grayscale: #B5B5B5. Windows color (decimal): -4541513 or 12039098. OLE color: 12039098.

HSL color Cylindrical-coordinate representation of color #BAB3B7: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB3B7 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186179183-
CMYK00.040.020.27
HSL325.71º4.83%71.57%-
HSV(B)325.71º3.76%72.94%-
XYZ44.9246.151.33-
YUV181.55128.82131.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=33.94%
G=32.66%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617918300.040.020.27325.714.8371.57
HexBAB3B70421B146548
Octal272263267042335065110
Binary101110101011001110110111010010110111010001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3B7; }

 p { color: rgb(186,179,183); }

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

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

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

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

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

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

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