#BFB6C7

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

Shades of French Grey #BFB6C7

Tints of French Grey #BFB6C7

Color information

#BFB6C7 (or 0xBFB6C7) is unknown color: approx French Grey. HEX triplet: BF, B6 and C7. RGB value is (191,182,199). Sum of RGB (Red+Green+Blue) = 191+182+199=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C7 is #404938. Grayscale: #BABABA. Windows color (decimal): -4213049 or 13088447. OLE color: 13088447.

HSL color Cylindrical-coordinate representation of color #BFB6C7: hue angle of 271.76º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB6C7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191182199-
CMYK0.040.0900.22
HSL271.76º13.18%74.71%-
HSV(B)271.76º8.54%78.04%-
XYZ48.5248.6660.87-
YUV186.63134.98131.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=33.39%
G=31.82%
B=34.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911821990.040.0900.22271.7613.1874.71
HexBFB6C749016110d4b
Octal27726630741102642015113
Binary101111111011011011000111100100101011010001000011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6C7; }

 p { color: rgb(191,182,199); }

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

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

 a { background-color: rgb(191,182,199); }

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

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

 span { border-color: rgb(191,182,199); }

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