#BEB2C5

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

Shades of French Grey #BEB2C5

Tints of French Grey #BEB2C5

Color information

#BEB2C5 (or 0xBEB2C5) is unknown color: approx French Grey. HEX triplet: BE, B2 and C5. RGB value is (190,178,197). Sum of RGB (Red+Green+Blue) = 190+178+197=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB2C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C5 is #414D3A. Grayscale: #B7B7B7. Windows color (decimal): -4279611 or 12956350. OLE color: 12956350.

HSL color Cylindrical-coordinate representation of color #BEB2C5: hue angle of 277.89º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB2C5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190178197-
CMYK0.040.1000.23
HSL277.89º14.07%73.53%-
HSV(B)277.89º9.64%77.25%-
XYZ47.2346.8259.37-
YUV183.75135.48132.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 197 (77.34% from 255) = 34.87%
R=33.63%
G=31.50%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901781970.040.1000.23277.8914.0773.53
HexBEB2C54A017116e4a
Octal27626230541202742616112
Binary101111101011001011000101100101001011110001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2C5; }

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

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

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

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

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

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

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

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