#BFBEC0

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

Shades of French Grey #BFBEC0

Tints of French Grey #BFBEC0

Color information

#BFBEC0 (or 0xBFBEC0) is unknown color: approx French Grey. HEX triplet: BF, BE and C0. RGB value is (191,190,192). Sum of RGB (Red+Green+Blue) = 191+190+192=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEC0 is #40413F. Grayscale: #BEBEBE. Windows color (decimal): -4211008 or 12631743. OLE color: 12631743.

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

Color convert

RGB191190192-
CMYK0.010.0100.25
HSL270º1.56%74.9%-
HSV(B)270º1.04%75.29%-
XYZ49.4151.7157.25-
YUV190.53128.83128.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 192 (75.39% from 255) = 33.51%
R=33.33%
G=33.16%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911901920.010.0100.252701.5674.9
HexBFBEC01101910e24b
Octal277276300110314162113
Binary10111111101111101100000011011001100001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEC0; }

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

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

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

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

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

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

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

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