#B9B8BA

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

Shades of French Grey #B9B8BA

Tints of French Grey #B9B8BA

Color information

#B9B8BA (or 0xB9B8BA) is unknown color: approx French Grey. HEX triplet: B9, B8 and BA. RGB value is (185,184,186). Sum of RGB (Red+Green+Blue) = 185+184+186=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 186 - color contains mainly: blue. Hex color #B9B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8BA is #464745. Grayscale: #B8B8B8. Windows color (decimal): -4605766 or 12236985. OLE color: 12236985.

HSL color Cylindrical-coordinate representation of color #B9B8BA: hue angle of 270º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B9B8BA is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185184186-
CMYK0.010.0100.27
HSL270º1.43%72.55%-
HSV(B)270º1.08%72.94%-
XYZ46.0148.1453.32-
YUV184.53128.83128.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=33.33%
G=33.15%
B=33.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851841860.010.0100.272701.4372.55
HexB9B8BA1101B10e149
Octal271270272110334161111
Binary1011100110111000101110101101101110000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B8BA; }

 p { color: rgb(185,184,186); }

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

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

 a { background-color: rgb(185,184,186); }

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

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

 span { border-color: rgb(185,184,186); }

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