#B4AAAD

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

Shades of Lily #B4AAAD

Tints of Lily #B4AAAD

Color information

#B4AAAD (or 0xB4AAAD) is unknown color: approx Lily. HEX triplet: B4, AA and AD. RGB value is (180,170,173). Sum of RGB (Red+Green+Blue) = 180+170+173=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAAD is #4B5552. Grayscale: #ADADAD. Windows color (decimal): -4937043 or 11381428. OLE color: 11381428.

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

Color convert

RGB180170173-
CMYK00.060.040.29
HSL342º6.25%68.63%-
HSV(B)342º5.56%70.59%-
XYZ40.7441.4745.39-
YUV173.33127.81132.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=34.42%
G=32.50%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017017300.060.040.293426.2568.63
HexB4AAAD0641D156645
Octal264252255064355266105
Binary1011010010101010101011010110100111011010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAAD; }

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

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

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

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

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

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

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

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