#BFBCC2

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

Shades of French Grey #BFBCC2

Tints of French Grey #BFBCC2

Color information

#BFBCC2 (or 0xBFBCC2) is unknown color: approx French Grey. HEX triplet: BF, BC and C2. RGB value is (191,188,194). Sum of RGB (Red+Green+Blue) = 191+188+194=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC2 is #40433D. Grayscale: #BDBDBD. Windows color (decimal): -4211518 or 12762303. OLE color: 12762303.

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

Color convert

RGB191188194-
CMYK0.020.0300.24
HSL270º4.69%74.9%-
HSV(B)270º3.09%76.08%-
XYZ49.2150.9458.28-
YUV189.58130.49129.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=33.33%
G=32.81%
B=33.86%

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
Decimal1911881940.020.0300.242704.6974.9
HexBFBCC22301810e54b
Octal277274302230304165113
Binary10111111101111001100001010110110001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCC2; }

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

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

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

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

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

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

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

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