#B3AAAE

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

Shades of Lily #B3AAAE

Tints of Lily #B3AAAE

Color information

#B3AAAE (or 0xB3AAAE) is unknown color: approx Lily. HEX triplet: B3, AA and AE. RGB value is (179,170,174). Sum of RGB (Red+Green+Blue) = 179+170+174=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAAE is #4C5551. Grayscale: #ADADAD. Windows color (decimal): -5002578 or 11446963. OLE color: 11446963.

HSL color Cylindrical-coordinate representation of color #B3AAAE: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3AAAE is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179170174-
CMYK00.050.030.30
HSL333.33º5.59%68.43%-
HSV(B)333.33º5.03%70.2%-
XYZ40.6141.3945.89-
YUV173.15128.48132.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=34.23%
G=32.50%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917017400.050.030.30333.335.5968.43
HexB3AAAE0531E14d644
Octal263252256053365156104
Binary101100111010101010101110010111111101010011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAAE; }

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

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

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

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

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

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

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

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