#B1AEB6

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

Shades of French Grey #B1AEB6

Tints of French Grey #B1AEB6

Color information

#B1AEB6 (or 0xB1AEB6) is unknown color: approx French Grey. HEX triplet: B1, AE and B6. RGB value is (177,174,182). Sum of RGB (Red+Green+Blue) = 177+174+182=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 182 - color contains mainly: blue. Hex color #B1AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEB6 is #4E5149. Grayscale: #AFAFAF. Windows color (decimal): -5132618 or 11972273. OLE color: 11972273.

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

Color convert

RGB177174182-
CMYK0.030.0400.29
HSL262.5º5.19%69.8%-
HSV(B)262.5º4.4%71.37%-
XYZ41.714350.36-
YUV175.81131.49128.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=33.21%
G=32.65%
B=34.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771741820.030.0400.29262.55.1969.8
HexB1AEB63401D106546
Octal261256266340354065106
Binary101100011010111010110110111000111011000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEB6; }

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

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

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

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

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

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

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

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