#BEB6C5

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

Shades of French Grey #BEB6C5

Tints of French Grey #BEB6C5

Color information

#BEB6C5 (or 0xBEB6C5) is unknown color: approx French Grey. HEX triplet: BE, B6 and C5. RGB value is (190,182,197). Sum of RGB (Red+Green+Blue) = 190+182+197=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6C5 is #41493A. Grayscale: #BABABA. Windows color (decimal): -4278587 or 12957374. OLE color: 12957374.

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

Color convert

RGB190182197-
CMYK0.040.0800.23
HSL272º11.45%74.31%-
HSV(B)272º7.61%77.25%-
XYZ48.0448.4359.64-
YUV186.1134.15130.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=33.39%
G=31.99%
B=34.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901821970.040.0800.2327211.4574.31
HexBEB6C548017110b4a
Octal27626630541002742013112
Binary101111101011011011000101100100001011110001000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6C5; }

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

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

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

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

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

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

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

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