#BFBDC0

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

Shades of French Grey #BFBDC0

Tints of French Grey #BFBDC0

Color information

#BFBDC0 (or 0xBFBDC0) is unknown color: approx French Grey. HEX triplet: BF, BD and C0. RGB value is (191,189,192). Sum of RGB (Red+Green+Blue) = 191+189+192=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC0 is #40423F. Grayscale: #BDBDBD. Windows color (decimal): -4211264 or 12631487. OLE color: 12631487.

HSL color Cylindrical-coordinate representation of color #BFBDC0: hue angle of 280º degrees, saturation: 0.02, 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 #BFBDC0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191189192-
CMYK0.010.0200.25
HSL280º2.33%74.71%-
HSV(B)280º1.56%75.29%-
XYZ49.251.2857.17-
YUV189.94129.16128.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 33.04%
BLUE value IS 192 (75.39% 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
Decimal1911891920.010.0200.252802.3374.71
HexBFBDC01201911824b
Octal277275300120314302113
Binary101111111011110111000000110011001100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC0; }

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

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

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

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

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

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

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

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