#B2AABF

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

Shades of French Grey #B2AABF

Tints of French Grey #B2AABF

Color information

#B2AABF (or 0xB2AABF) is unknown color: approx French Grey. HEX triplet: B2, AA and BF. RGB value is (178,170,191). Sum of RGB (Red+Green+Blue) = 178+170+191=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABF is #4D5540. Grayscale: #AEAEAE. Windows color (decimal): -5068097 or 12561074. OLE color: 12561074.

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

Color convert

RGB178170191-
CMYK0.070.1100.25
HSL262.86º14.09%70.78%-
HSV(B)262.86º10.99%74.9%-
XYZ42.1441.9855.17-
YUV174.79137.15130.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 191 (75% from 255) = 35.44%
R=33.02%
G=31.54%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781701910.070.1100.25262.8614.0970.78
HexB2AABF7B019107e47
Octal26225227771303140716107
Binary101100101010101010111111111101101100110000011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AABF; }

 p { color: rgb(178,170,191); }

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

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

 a { background-color: rgb(178,170,191); }

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

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

 span { border-color: rgb(178,170,191); }

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