#B3AEBD

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

Shades of French Grey #B3AEBD

Tints of French Grey #B3AEBD

Color information

#B3AEBD (or 0xB3AEBD) is unknown color: approx French Grey. HEX triplet: B3, AE and BD. RGB value is (179,174,189). Sum of RGB (Red+Green+Blue) = 179+174+189=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEBD is #4C5142. Grayscale: #B1B1B1. Windows color (decimal): -5001539 or 12431027. OLE color: 12431027.

HSL color Cylindrical-coordinate representation of color #B3AEBD: hue angle of 260º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3AEBD is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179174189-
CMYK0.050.0800.26
HSL260º10.2%71.18%-
HSV(B)260º7.94%74.12%-
XYZ42.9143.5354.28-
YUV177.2134.66129.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=33.03%
G=32.10%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791741890.050.0800.2626010.271.18
HexB3AEBD5801A104a47
Octal26325627551003240412107
Binary101100111010111010111101101100001101010000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEBD; }

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

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

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

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

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

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

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

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