#B3AEBA

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

Shades of French Grey #B3AEBA

Tints of French Grey #B3AEBA

Color information

#B3AEBA (or 0xB3AEBA) is unknown color: approx French Grey. HEX triplet: B3, AE and BA. RGB value is (179,174,186). Sum of RGB (Red+Green+Blue) = 179+174+186=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3AEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEBA is #4C5145. Grayscale: #B0B0B0. Windows color (decimal): -5001542 or 12234419. OLE color: 12234419.

HSL color Cylindrical-coordinate representation of color #B3AEBA: hue angle of 265º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3AEBA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179174186-
CMYK0.040.0600.27
HSL265º8%70.59%-
HSV(B)265º6.45%72.94%-
XYZ42.5943.452.59-
YUV176.86133.16129.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.21%
G=32.28%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791741860.040.0600.27265870.59
HexB3AEBA4601B109847
Octal2632562724603341110107
Binary10110011101011101011101010011001101110000100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEBA; }

 p { color: rgb(179,174,186); }

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

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

 a { background-color: rgb(179,174,186); }

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

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

 span { border-color: rgb(179,174,186); }

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