#BAB0B6

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

Shades of Maverick #BAB0B6

Tints of Maverick #BAB0B6

Color information

#BAB0B6 (or 0xBAB0B6) is unknown color: approx Maverick. HEX triplet: BA, B0 and B6. RGB value is (186,176,182). Sum of RGB (Red+Green+Blue) = 186+176+182=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0B6 is #454F49. Grayscale: #B3B3B3. Windows color (decimal): -4542282 or 11972794. OLE color: 11972794.

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

Color convert

RGB186176182-
CMYK00.050.020.27
HSL324º6.76%70.98%-
HSV(B)324º5.38%72.94%-
XYZ44.2244.8750.59-
YUV179.67129.31132.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=34.19%
G=32.35%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617618200.050.020.273246.7670.98
HexBAB0B60521B144747
Octal272260266052335047107
Binary101110101011000010110110010110110111010001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0B6; }

 p { color: rgb(186,176,182); }

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

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

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

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

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

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

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