#BEBAC5

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

Shades of French Grey #BEBAC5

Tints of French Grey #BEBAC5

Color information

#BEBAC5 (or 0xBEBAC5) is unknown color: approx French Grey. HEX triplet: BE, BA and C5. RGB value is (190,186,197). Sum of RGB (Red+Green+Blue) = 190+186+197=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAC5 is #41453A. Grayscale: #BCBCBC. Windows color (decimal): -4277563 or 12958398. OLE color: 12958398.

HSL color Cylindrical-coordinate representation of color #BEBAC5: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEBAC5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190186197-
CMYK0.040.0600.23
HSL261.82º8.66%75.1%-
HSV(B)261.82º5.58%77.25%-
XYZ48.8750.159.92-
YUV188.45132.83129.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 197 (77.34% from 255) = 34.38%
R=33.16%
G=32.46%
B=34.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901861970.040.0600.23261.828.6675.1
HexBEBAC54601710694b
Octal2762723054602740611113
Binary10111110101110101100010110011001011110000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAC5; }

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

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

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

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

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

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

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

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