#B3AABE

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

Shades of French Grey #B3AABE

Tints of French Grey #B3AABE

Color information

#B3AABE (or 0xB3AABE) is unknown color: approx French Grey. HEX triplet: B3, AA and BE. RGB value is (179,170,190). Sum of RGB (Red+Green+Blue) = 179+170+190=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AABE is #4C5541. Grayscale: #AEAEAE. Windows color (decimal): -5002562 or 12495539. OLE color: 12495539.

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

Color convert

RGB179170190-
CMYK0.060.1100.25
HSL267º13.33%70.59%-
HSV(B)267º10.53%74.51%-
XYZ42.2642.0554.6-
YUV174.97136.48130.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=33.21%
G=31.54%
B=35.25%

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
Decimal1791701900.060.1100.2526713.3370.59
HexB3AABE6B01910bd47
Octal26325227661303141315107
Binary101100111010101010111110110101101100110000101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AABE; }

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

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

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

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

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

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

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

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