#BAB3B9

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

Shades of Maverick #BAB3B9

Tints of Maverick #BAB3B9

Color information

#BAB3B9 (or 0xBAB3B9) is unknown color: approx Maverick. HEX triplet: BA, B3 and B9. RGB value is (186,179,185). Sum of RGB (Red+Green+Blue) = 186+179+185=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3B9 is #454C46. Grayscale: #B5B5B5. Windows color (decimal): -4541511 or 12170170. OLE color: 12170170.

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

Color convert

RGB186179185-
CMYK00.040.010.27
HSL308.57º4.83%71.57%-
HSV(B)308.57º3.76%72.94%-
XYZ45.1346.1852.43-
YUV181.78129.82131.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=33.82%
G=32.55%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617918500.040.010.27308.574.8371.57
HexBAB3B90411B135548
Octal272263271041334655110
Binary10111010101100111011100101001110111001101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3B9; }

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

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

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

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

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

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

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

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