#B2AABE

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

Shades of French Grey #B2AABE

Tints of French Grey #B2AABE

Color information

#B2AABE (or 0xB2AABE) is unknown color: approx French Grey. HEX triplet: B2, AA and BE. RGB value is (178,170,190). Sum of RGB (Red+Green+Blue) = 178+170+190=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AABE is #4D5541. Grayscale: #AEAEAE. Windows color (decimal): -5068098 or 12495538. OLE color: 12495538.

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

Color convert

RGB178170190-
CMYK0.060.1100.25
HSL264º13.33%70.59%-
HSV(B)264º10.53%74.51%-
XYZ42.0341.9354.59-
YUV174.67136.65130.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=33.09%
G=31.60%
B=35.32%

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
Decimal1781701900.060.1100.2526413.3370.59
HexB2AABE6B019108d47
Octal26225227661303141015107
Binary101100101010101010111110110101101100110000100011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AABE; }

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

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

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

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

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

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

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

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