#BFB5C7

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

Shades of French Grey #BFB5C7

Tints of French Grey #BFB5C7

Color information

#BFB5C7 (or 0xBFB5C7) is unknown color: approx French Grey. HEX triplet: BF, B5 and C7. RGB value is (191,181,199). Sum of RGB (Red+Green+Blue) = 191+181+199=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C7 is #404A38. Grayscale: #B9B9B9. Windows color (decimal): -4213305 or 13088191. OLE color: 13088191.

HSL color Cylindrical-coordinate representation of color #BFB5C7: hue angle of 273.33º degrees, saturation: 0.14, 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 #BFB5C7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191181199-
CMYK0.040.0900.22
HSL273.33º13.85%74.51%-
HSV(B)273.33º9.05%78.04%-
XYZ48.3248.2560.8-
YUV186.04135.31131.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.45%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=33.45%
G=31.70%
B=34.85%

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
Decimal1911811990.040.0900.22273.3313.8574.51
HexBFB5C749016111e4b
Octal27726530741102642116113
Binary101111111011010111000111100100101011010001000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5C7; }

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

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

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

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

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

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

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

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