#BEB7C5

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

Shades of French Grey #BEB7C5

Tints of French Grey #BEB7C5

Color information

#BEB7C5 (or 0xBEB7C5) is unknown color: approx French Grey. HEX triplet: BE, B7 and C5. RGB value is (190,183,197). Sum of RGB (Red+Green+Blue) = 190+183+197=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C5 is #41483A. Grayscale: #BABABA. Windows color (decimal): -4278331 or 12957630. OLE color: 12957630.

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

Color convert

RGB190183197-
CMYK0.040.0700.23
HSL270º10.77%74.51%-
HSV(B)270º7.11%77.25%-
XYZ48.2548.8559.71-
YUV186.69133.82130.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=33.33%
G=32.11%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901831970.040.0700.2327010.7774.51
HexBEB7C54701710eb4b
Octal2762673054702741613113
Binary10111110101101111100010110011101011110000111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7C5; }

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

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

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

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

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

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

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

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