#BAB5B9

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

Shades of Maverick #BAB5B9

Tints of Maverick #BAB5B9

Color information

#BAB5B9 (or 0xBAB5B9) is unknown color: approx Maverick. HEX triplet: BA, B5 and B9. RGB value is (186,181,185). Sum of RGB (Red+Green+Blue) = 186+181+185=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5B9 is #454A46. Grayscale: #B6B6B6. Windows color (decimal): -4540999 or 12170682. OLE color: 12170682.

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

Color convert

RGB186181185-
CMYK00.030.010.27
HSL312º3.5%71.96%-
HSV(B)312º2.69%72.94%-
XYZ45.5346.9952.57-
YUV182.95129.16130.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=33.70%
G=32.79%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618118500.030.010.273123.571.96
HexBAB5B90311B138348
Octal272265271031334703110
Binary101110101011010110111001011111011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5B9; }

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

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

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

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

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

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

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

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