#B8B5BF

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

Shades of French Grey #B8B5BF

Tints of French Grey #B8B5BF

Color information

#B8B5BF (or 0xB8B5BF) is unknown color: approx French Grey. HEX triplet: B8, B5 and BF. RGB value is (184,181,191). Sum of RGB (Red+Green+Blue) = 184+181+191=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B5BF is #474A40. Grayscale: #B6B6B6. Windows color (decimal): -4672065 or 12563896. OLE color: 12563896.

HSL color Cylindrical-coordinate representation of color #B8B5BF: hue angle of 258º 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 #B8B5BF is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184181191-
CMYK0.040.0500.25
HSL258º7.25%72.94%-
HSV(B)258º5.24%74.9%-
XYZ45.74755.95-
YUV183.04132.49128.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.09%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 191 (75% from 255) = 34.35%
R=33.09%
G=32.55%
B=34.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841811910.040.0500.252587.2572.94
HexB8B5BF45019102749
Octal270265277450314027111
Binary1011100010110101101111111001010110011000000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B5BF; }

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

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

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

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

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

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

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

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