#BEB7C2

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

Shades of French Grey #BEB7C2

Tints of French Grey #BEB7C2

Color information

#BEB7C2 (or 0xBEB7C2) is unknown color: approx French Grey. HEX triplet: BE, B7 and C2. RGB value is (190,183,194). Sum of RGB (Red+Green+Blue) = 190+183+194=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEB7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C2 is #41483D. Grayscale: #BABABA. Windows color (decimal): -4278334 or 12761022. OLE color: 12761022.

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

Color convert

RGB190183194-
CMYK0.020.0600.24
HSL278.18º8.27%73.92%-
HSV(B)278.18º5.67%76.08%-
XYZ47.9148.7157.92-
YUV186.35132.32130.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 194 (76.17% from 255) = 34.22%
R=33.51%
G=32.28%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901831940.020.0600.24278.188.2773.92
HexBEB7C22601811684a
Octal2762673022603042610112
Binary1011111010110111110000101011001100010001011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7C2; }

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

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

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

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

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

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

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

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