#BAB5B8

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

Shades of Maverick #BAB5B8

Tints of Maverick #BAB5B8

Color information

#BAB5B8 (or 0xBAB5B8) is unknown color: approx Maverick. HEX triplet: BA, B5 and B8. RGB value is (186,181,184). Sum of RGB (Red+Green+Blue) = 186+181+184=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5B8 is #454A47. Grayscale: #B6B6B6. Windows color (decimal): -4541000 or 12105146. OLE color: 12105146.

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

Color convert

RGB186181184-
CMYK00.030.010.27
HSL324º3.5%71.96%-
HSV(B)324º2.69%72.94%-
XYZ45.4346.9552.02-
YUV182.84128.66130.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=33.76%
G=32.85%
B=33.39%

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
Decimal18618118400.030.010.273243.571.96
HexBAB5B80311B144348
Octal272265270031335043110
Binary101110101011010110111000011111011101000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5B8; }

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

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

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

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

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

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

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

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