#BEBCC2

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

Shades of French Grey #BEBCC2

Tints of French Grey #BEBCC2

Color information

#BEBCC2 (or 0xBEBCC2) is unknown color: approx French Grey. HEX triplet: BE, BC and C2. RGB value is (190,188,194). Sum of RGB (Red+Green+Blue) = 190+188+194=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC2 is #41433D. Grayscale: #BDBDBD. Windows color (decimal): -4277054 or 12762302. OLE color: 12762302.

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

Color convert

RGB190188194-
CMYK0.020.0300.24
HSL260º4.69%74.9%-
HSV(B)260º3.09%76.08%-
XYZ48.9650.8158.27-
YUV189.28130.66128.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=33.22%
G=32.87%
B=33.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901881940.020.0300.242604.6974.9
HexBEBCC22301810454b
Octal276274302230304045113
Binary10111110101111001100001010110110001000001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC2; }

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

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

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

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

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

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

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

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