#B7B1BF

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

Shades of French Grey #B7B1BF

Tints of French Grey #B7B1BF

Color information

#B7B1BF (or 0xB7B1BF) is unknown color: approx French Grey. HEX triplet: B7, B1 and BF. RGB value is (183,177,191). Sum of RGB (Red+Green+Blue) = 183+177+191=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1BF is #484E40. Grayscale: #B4B4B4. Windows color (decimal): -4738625 or 12562871. OLE color: 12562871.

HSL color Cylindrical-coordinate representation of color #B7B1BF: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7B1BF is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183177191-
CMYK0.040.0700.25
HSL265.71º9.86%72.16%-
HSV(B)265.71º7.33%74.9%-
XYZ44.6545.2755.68-
YUV180.39133.99129.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 34.66%
R=33.21%
G=32.12%
B=34.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831771910.040.0700.25265.719.8672.16
HexB7B1BF4701910aa48
Octal2672612774703141212110
Binary10110111101100011011111110011101100110000101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1BF; }

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

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

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

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

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

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

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

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