#BFBCC1

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

Shades of French Grey #BFBCC1

Tints of French Grey #BFBCC1

Color information

#BFBCC1 (or 0xBFBCC1) is unknown color: approx French Grey. HEX triplet: BF, BC and C1. RGB value is (191,188,193). Sum of RGB (Red+Green+Blue) = 191+188+193=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC1 is #40433E. Grayscale: #BDBDBD. Windows color (decimal): -4211519 or 12696767. OLE color: 12696767.

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

Color convert

RGB191188193-
CMYK0.010.0300.24
HSL276º3.88%74.71%-
HSV(B)276º2.59%75.69%-
XYZ49.0950.8957.69-
YUV189.47129.99129.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=33.39%
G=32.87%
B=33.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911881930.010.0300.242763.8874.71
HexBFBCC11301811444b
Octal277274301130304244113
Binary1011111110111100110000011110110001000101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCC1; }

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

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

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

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

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

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

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

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