#BFB6C9

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

Shades of French Grey #BFB6C9

Tints of French Grey #BFB6C9

Color information

#BFB6C9 (or 0xBFB6C9) is unknown color: approx French Grey. HEX triplet: BF, B6 and C9. RGB value is (191,182,201). Sum of RGB (Red+Green+Blue) = 191+182+201=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C9 is #404936. Grayscale: #BABABA. Windows color (decimal): -4213047 or 13219519. OLE color: 13219519.

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

Color convert

RGB191182201-
CMYK0.050.0900.21
HSL268.42º14.96%75.1%-
HSV(B)268.42º9.45%78.82%-
XYZ48.7648.7562.1-
YUV186.86135.98130.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.28%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=33.28%
G=31.71%
B=35.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911822010.050.0900.21268.4214.9675.1
HexBFB6C95901510cf4b
Octal27726631151102541417113
Binary101111111011011011001001101100101010110000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6C9; }

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

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

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

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

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

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

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

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