#BAB4BE

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

Shades of French Grey #BAB4BE

Tints of French Grey #BAB4BE

Color information

#BAB4BE (or 0xBAB4BE) is unknown color: approx French Grey. HEX triplet: BA, B4 and BE. RGB value is (186,180,190). Sum of RGB (Red+Green+Blue) = 186+180+190=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4BE is #454B41. Grayscale: #B6B6B6. Windows color (decimal): -4541250 or 12498106. OLE color: 12498106.

HSL color Cylindrical-coordinate representation of color #BAB4BE: hue angle of 276º degrees, saturation: 0.07, 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 #BAB4BE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186180190-
CMYK0.020.0500.25
HSL276º7.14%72.55%-
HSV(B)276º5.26%74.51%-
XYZ45.8746.855.33-
YUV182.93131.99130.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=33.45%
G=32.37%
B=34.17%

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
Decimal1861801900.020.0500.252767.1472.55
HexBAB4BE25019114749
Octal272264276250314247111
Binary101110101011010010111110101010110011000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4BE; }

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

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

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

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

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

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

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

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