#BFB1C9

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

Shades of French Grey #BFB1C9

Tints of French Grey #BFB1C9

Color information

#BFB1C9 (or 0xBFB1C9) is unknown color: approx French Grey. HEX triplet: BF, B1 and C9. RGB value is (191,177,201). Sum of RGB (Red+Green+Blue) = 191+177+201=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C9 is #404E36. Grayscale: #B7B7B7. Windows color (decimal): -4214327 or 13218239. OLE color: 13218239.

HSL color Cylindrical-coordinate representation of color #BFB1C9: hue angle of 275º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB1C9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191177201-
CMYK0.050.1200.21
HSL275º18.18%74.12%-
HSV(B)275º11.94%78.82%-
XYZ47.7546.7461.76-
YUV183.92137.64133.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.57%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=33.57%
G=31.11%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911772010.050.1200.2127518.1874.12
HexBFB1C95C015113124a
Octal27726131151402542322112
Binary1011111110110001110010011011100010101100010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1C9; }

 p { color: rgb(191,177,201); }

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

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

 a { background-color: rgb(191,177,201); }

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

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

 span { border-color: rgb(191,177,201); }

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