#BEB5C2

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

Shades of French Grey #BEB5C2

Tints of French Grey #BEB5C2

Color information

#BEB5C2 (or 0xBEB5C2) is unknown color: approx French Grey. HEX triplet: BE, B5 and C2. RGB value is (190,181,194). Sum of RGB (Red+Green+Blue) = 190+181+194=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5C2 is #414A3D. Grayscale: #B9B9B9. Windows color (decimal): -4278846 or 12760510. OLE color: 12760510.

HSL color Cylindrical-coordinate representation of color #BEB5C2: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB5C2 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190181194-
CMYK0.020.0700.24
HSL281.54º9.63%73.53%-
HSV(B)281.54º6.7%76.08%-
XYZ47.547.8957.78-
YUV185.17132.98131.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 194 (76.17% from 255) = 34.34%
R=33.63%
G=32.04%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901811940.020.0700.24281.549.6373.53
HexBEB5C22701811aa4a
Octal2762653022703043212112
Binary1011111010110101110000101011101100010001101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5C2; }

 p { color: rgb(190,181,194); }

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

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

 a { background-color: rgb(190,181,194); }

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

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

 span { border-color: rgb(190,181,194); }

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