#B9B6BE

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

Shades of French Grey #B9B6BE

Tints of French Grey #B9B6BE

Color information

#B9B6BE (or 0xB9B6BE) is unknown color: approx French Grey. HEX triplet: B9, B6 and BE. RGB value is (185,182,190). Sum of RGB (Red+Green+Blue) = 185+182+190=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6BE is #464941. Grayscale: #B7B7B7. Windows color (decimal): -4606274 or 12498617. OLE color: 12498617.

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

Color convert

RGB185182190-
CMYK0.030.0400.25
HSL262.5º5.8%72.94%-
HSV(B)262.5º4.21%74.51%-
XYZ46.0347.4955.46-
YUV183.81131.49128.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 182 (71.48% from 255) = 32.68%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=33.21%
G=32.68%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851821900.030.0400.25262.55.872.94
HexB9B6BE34019106649
Octal271266276340314066111
Binary101110011011011010111110111000110011000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6BE; }

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

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

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

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

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

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

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

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