#B4B2B6

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

Shades of French Grey #B4B2B6

Tints of French Grey #B4B2B6

Color information

#B4B2B6 (or 0xB4B2B6) is unknown color: approx French Grey. HEX triplet: B4, B2 and B6. RGB value is (180,178,182). Sum of RGB (Red+Green+Blue) = 180+178+182=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 182 - color contains mainly: blue. Hex color #B4B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B2B6 is #4B4D49. Grayscale: #B3B3B3. Windows color (decimal): -4934986 or 11973300. OLE color: 11973300.

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

Color convert

RGB180178182-
CMYK0.010.0200.29
HSL270º2.67%70.59%-
HSV(B)270º2.2%71.37%-
XYZ43.1944.9250.65-
YUV179.05129.66128.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=33.33%
G=32.96%
B=33.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801781820.010.0200.292702.6770.59
HexB4B2B61201D10e347
Octal264262266120354163107
Binary101101001011001010110110110011101100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B2B6; }

 p { color: rgb(180,178,182); }

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

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

 a { background-color: rgb(180,178,182); }

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

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

 span { border-color: rgb(180,178,182); }

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