#BAB8BE

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

Shades of French Grey #BAB8BE

Tints of French Grey #BAB8BE

Color information

#BAB8BE (or 0xBAB8BE) is unknown color: approx French Grey. HEX triplet: BA, B8 and BE. RGB value is (186,184,190). Sum of RGB (Red+Green+Blue) = 186+184+190=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8BE is #454741. Grayscale: #B9B9B9. Windows color (decimal): -4540226 or 12499130. OLE color: 12499130.

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

Color convert

RGB186184190-
CMYK0.020.0300.25
HSL260º4.41%73.33%-
HSV(B)260º3.16%74.51%-
XYZ46.6848.4455.6-
YUV185.28130.66128.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=33.21%
G=32.86%
B=33.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861841900.020.0300.252604.4173.33
HexBAB8BE23019104449
Octal272270276230314044111
Binary10111010101110001011111010110110011000001001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8BE; }

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

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

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

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

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

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

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

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