#BAB7BE

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

Shades of French Grey #BAB7BE

Tints of French Grey #BAB7BE

Color information

#BAB7BE (or 0xBAB7BE) is unknown color: approx French Grey. HEX triplet: BA, B7 and BE. RGB value is (186,183,190). Sum of RGB (Red+Green+Blue) = 186+183+190=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7BE is #454841. Grayscale: #B8B8B8. Windows color (decimal): -4540482 or 12498874. OLE color: 12498874.

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

Color convert

RGB186183190-
CMYK0.020.0400.25
HSL265.71º5.11%73.14%-
HSV(B)265.71º3.68%74.51%-
XYZ46.4848.0255.54-
YUV184.7130.99128.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=33.27%
G=32.74%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861831900.020.0400.25265.715.1173.14
HexBAB7BE2401910a549
Octal272267276240314125111
Binary101110101011011110111110101000110011000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7BE; }

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

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

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

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

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

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

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

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