#B6B1BE

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

Shades of French Grey #B6B1BE

Tints of French Grey #B6B1BE

Color information

#B6B1BE (or 0xB6B1BE) is unknown color: approx French Grey. HEX triplet: B6, B1 and BE. RGB value is (182,177,190). Sum of RGB (Red+Green+Blue) = 182+177+190=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1BE is #494E41. Grayscale: #B3B3B3. Windows color (decimal): -4804162 or 12497334. OLE color: 12497334.

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

Color convert

RGB182177190-
CMYK0.040.0700.25
HSL263.08º9.09%71.96%-
HSV(B)263.08º6.84%74.51%-
XYZ44.3145.1155.09-
YUV179.98133.66129.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=33.15%
G=32.24%
B=34.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821771900.040.0700.25263.089.0971.96
HexB6B1BE47019107948
Octal2662612764703140711110
Binary10110110101100011011111010011101100110000011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B1BE; }

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

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

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

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

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

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

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

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