#B3AABF

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

Shades of French Grey #B3AABF

Tints of French Grey #B3AABF

Color information

#B3AABF (or 0xB3AABF) is unknown color: approx French Grey. HEX triplet: B3, AA and BF. RGB value is (179,170,191). Sum of RGB (Red+Green+Blue) = 179+170+191=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AABF is #4C5540. Grayscale: #AFAFAF. Windows color (decimal): -5002561 or 12561075. OLE color: 12561075.

HSL color Cylindrical-coordinate representation of color #B3AABF: hue angle of 265.71º 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 #B3AABF is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179170191-
CMYK0.060.1100.25
HSL265.71º14.09%70.78%-
HSV(B)265.71º10.99%74.9%-
XYZ42.3742.0955.18-
YUV175.08136.98130.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.15%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 191 (75% from 255) = 35.37%
R=33.15%
G=31.48%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791701910.060.1100.25265.7114.0970.78
HexB3AABF6B01910ae47
Octal26325227761303141216107
Binary101100111010101010111111110101101100110000101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AABF; }

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

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

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

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

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

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

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

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