#BAB5BE

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

Shades of French Grey #BAB5BE

Tints of French Grey #BAB5BE

Color information

#BAB5BE (or 0xBAB5BE) is unknown color: approx French Grey. HEX triplet: BA, B5 and BE. RGB value is (186,181,190). Sum of RGB (Red+Green+Blue) = 186+181+190=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5BE is #454A41. Grayscale: #B7B7B7. Windows color (decimal): -4540994 or 12498362. OLE color: 12498362.

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

Color convert

RGB186181190-
CMYK0.020.0500.25
HSL273.33º6.47%72.75%-
HSV(B)273.33º4.74%74.51%-
XYZ46.0747.255.4-
YUV183.52131.66129.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=33.39%
G=32.50%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861811900.020.0500.25273.336.4772.75
HexBAB5BE25019111649
Octal272265276250314216111
Binary101110101011010110111110101010110011000100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5BE; }

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

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

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

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

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

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

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

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