#B9B5BF

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

Shades of French Grey #B9B5BF

Tints of French Grey #B9B5BF

Color information

#B9B5BF (or 0xB9B5BF) is unknown color: approx French Grey. HEX triplet: B9, B5 and BF. RGB value is (185,181,191). Sum of RGB (Red+Green+Blue) = 185+181+191=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #B9B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5BF is #464A40. Grayscale: #B7B7B7. Windows color (decimal): -4606529 or 12563897. OLE color: 12563897.

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

Color convert

RGB185181191-
CMYK0.030.0500.25
HSL264º7.25%72.94%-
HSV(B)264º5.24%74.9%-
XYZ45.9447.1255.96-
YUV183.34132.33129.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 191 (75% from 255) = 34.29%
R=33.21%
G=32.50%
B=34.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851811910.030.0500.252647.2572.94
HexB9B5BF35019108749
Octal271265277350314107111
Binary101110011011010110111111111010110011000010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B5BF; }

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

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

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

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

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

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

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

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