#BEBCC0

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

Shades of French Grey #BEBCC0

Tints of French Grey #BEBCC0

Color information

#BEBCC0 (or 0xBEBCC0) is unknown color: approx French Grey. HEX triplet: BE, BC and C0. RGB value is (190,188,192). Sum of RGB (Red+Green+Blue) = 190+188+192=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCC0 is #41433F. Grayscale: #BDBDBD. Windows color (decimal): -4277056 or 12631230. OLE color: 12631230.

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

Color convert

RGB190188192-
CMYK0.010.0200.25
HSL270º3.08%74.51%-
HSV(B)270º2.08%75.29%-
XYZ48.7350.7257.09-
YUV189.05129.66128.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=33.33%
G=32.98%
B=33.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901881920.010.0200.252703.0874.51
HexBEBCC01201910e34b
Octal276274300120314163113
Binary101111101011110011000000110011001100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCC0; }

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

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

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

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

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

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

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

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