#BAB7B8

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

Shades of Maverick #BAB7B8

Tints of Maverick #BAB7B8

Color information

#BAB7B8 (or 0xBAB7B8) is unknown color: approx Maverick. HEX triplet: BA, B7 and B8. RGB value is (186,183,184). Sum of RGB (Red+Green+Blue) = 186+183+184=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7B8 is #454847. Grayscale: #B8B8B8. Windows color (decimal): -4540488 or 12105658. OLE color: 12105658.

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

Color convert

RGB186183184-
CMYK00.020.010.27
HSL340º2.13%72.35%-
HSV(B)340º1.61%72.94%-
XYZ45.8347.7752.15-
YUV184.01127.99129.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=33.63%
G=33.09%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618318400.020.010.273402.1372.35
HexBAB7B80211B154248
Octal272267270021335242110
Binary101110101011011110111000010111011101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7B8; }

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

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

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

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

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

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

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

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