#B9B6BD

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

Shades of French Grey #B9B6BD

Tints of French Grey #B9B6BD

Color information

#B9B6BD (or 0xB9B6BD) is unknown color: approx French Grey. HEX triplet: B9, B6 and BD. RGB value is (185,182,189). Sum of RGB (Red+Green+Blue) = 185+182+189=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9B6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6BD is #464942. Grayscale: #B7B7B7. Windows color (decimal): -4606275 or 12433081. OLE color: 12433081.

HSL color Cylindrical-coordinate representation of color #B9B6BD: hue angle of 265.71º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9B6BD is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185182189-
CMYK0.020.0400.26
HSL265.71º5.04%72.75%-
HSV(B)265.71º3.7%74.12%-
XYZ45.9247.4454.88-
YUV183.7130.99128.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=33.27%
G=32.73%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851821890.020.0400.26265.715.0472.75
HexB9B6BD2401A10a549
Octal271266275240324125111
Binary101110011011011010111101101000110101000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6BD; }

 p { color: rgb(185,182,189); }

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

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

 a { background-color: rgb(185,182,189); }

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

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

 span { border-color: rgb(185,182,189); }

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