#B3AAAD

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

Shades of Lily #B3AAAD

Tints of Lily #B3AAAD

Color information

#B3AAAD (or 0xB3AAAD) is unknown color: approx Lily. HEX triplet: B3, AA and AD. RGB value is (179,170,173). Sum of RGB (Red+Green+Blue) = 179+170+173=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAAD is #4C5552. Grayscale: #ADADAD. Windows color (decimal): -5002579 or 11381427. OLE color: 11381427.

HSL color Cylindrical-coordinate representation of color #B3AAAD: hue angle of 340º 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 #B3AAAD is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB179170173-
CMYK00.050.030.30
HSL340º5.59%68.43%-
HSV(B)340º5.03%70.2%-
XYZ40.5141.3545.38-
YUV173.03127.98132.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=34.29%
G=32.57%
B=33.14%

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
Decimal17917017300.050.030.303405.5968.43
HexB3AAAD0531E154644
Octal263252255053365246104
Binary101100111010101010101101010111111101010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAAD; }

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

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

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

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

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

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

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

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