#BFBDC3

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

Shades of French Grey #BFBDC3

Tints of French Grey #BFBDC3

Color information

#BFBDC3 (or 0xBFBDC3) is unknown color: approx French Grey. HEX triplet: BF, BD and C3. RGB value is (191,189,195). Sum of RGB (Red+Green+Blue) = 191+189+195=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC3 is #40423C. Grayscale: #BEBEBE. Windows color (decimal): -4211261 or 12828095. OLE color: 12828095.

HSL color Cylindrical-coordinate representation of color #BFBDC3: 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 #BFBDC3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191189195-
CMYK0.020.0300.24
HSL260º4.76%75.29%-
HSV(B)260º3.08%76.47%-
XYZ49.5351.4158.94-
YUV190.28130.66128.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=33.22%
G=32.87%
B=33.91%

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
Decimal1911891950.020.0300.242604.7675.29
HexBFBDC32301810454b
Octal277275303230304045113
Binary10111111101111011100001110110110001000001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDC3; }

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

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

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

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

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

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

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

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