#B5B0BF

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

Shades of French Grey #B5B0BF

Tints of French Grey #B5B0BF

Color information

#B5B0BF (or 0xB5B0BF) is unknown color: approx French Grey. HEX triplet: B5, B0 and BF. RGB value is (181,176,191). Sum of RGB (Red+Green+Blue) = 181+176+191=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0BF is #4A4F40. Grayscale: #B3B3B3. Windows color (decimal): -4869953 or 12562613. OLE color: 12562613.

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

Color convert

RGB181176191-
CMYK0.050.0800.25
HSL260º10.49%71.96%-
HSV(B)260º7.85%74.9%-
XYZ43.9944.6455.59-
YUV179.2134.66129.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 34.85%
R=33.03%
G=32.12%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811761910.050.0800.2526010.4971.96
HexB5B0BF58019104a48
Octal26526027751003140412110
Binary101101011011000010111111101100001100110000010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0BF; }

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

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

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

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

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

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

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

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