#BEB2C4

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

Shades of French Grey #BEB2C4

Tints of French Grey #BEB2C4

Color information

#BEB2C4 (or 0xBEB2C4) is unknown color: approx French Grey. HEX triplet: BE, B2 and C4. RGB value is (190,178,196). Sum of RGB (Red+Green+Blue) = 190+178+196=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB2C4 is #414D3B. Grayscale: #B7B7B7. Windows color (decimal): -4279612 or 12890814. OLE color: 12890814.

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

Color convert

RGB190178196-
CMYK0.030.0900.23
HSL280º13.24%73.33%-
HSV(B)280º9.18%76.86%-
XYZ47.1246.7758.77-
YUV183.64134.98132.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 196 (76.95% from 255) = 34.75%
R=33.69%
G=31.56%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901781960.030.0900.2328013.2473.33
HexBEB2C439017118d49
Octal27626230431102743015111
Binary10111110101100101100010011100101011110001100011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2C4; }

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

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

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

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

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

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

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

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