#BEBCBF

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

Shades of French Grey #BEBCBF

Tints of French Grey #BEBCBF

Color information

#BEBCBF (or 0xBEBCBF) is unknown color: approx French Grey. HEX triplet: BE, BC and BF. RGB value is (190,188,191). Sum of RGB (Red+Green+Blue) = 190+188+191=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBF is #414340. Grayscale: #BCBCBC. Windows color (decimal): -4277057 or 12565694. OLE color: 12565694.

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

Color convert

RGB190188191-
CMYK0.010.0200.25
HSL280º2.29%74.31%-
HSV(B)280º1.57%74.9%-
XYZ48.6250.6856.51-
YUV188.94129.16128.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 191 (75% from 255) = 33.57%
R=33.39%
G=33.04%
B=33.57%

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
Decimal1901881910.010.0200.252802.2974.31
HexBEBCBF1201911824a
Octal276274277120314302112
Binary101111101011110010111111110011001100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCBF; }

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

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

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

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

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

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

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

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