#B0AAAD

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

Shades of Lily #B0AAAD

Tints of Lily #B0AAAD

Color information

#B0AAAD (or 0xB0AAAD) is unknown color: approx Lily. HEX triplet: B0, AA and AD. RGB value is (176,170,173). Sum of RGB (Red+Green+Blue) = 176+170+173=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAD is #4F5552. Grayscale: #ACACAC. Windows color (decimal): -5199187 or 11381424. OLE color: 11381424.

HSL color Cylindrical-coordinate representation of color #B0AAAD: hue angle of 330º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0AAAD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176170173-
CMYK00.030.020.31
HSL330º3.66%67.84%-
HSV(B)330º3.41%69.02%-
XYZ39.824145.35-
YUV172.14128.49130.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=33.91%
G=32.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617017300.030.020.313303.6667.84
HexB0AAAD0321F14a444
Octal260252255032375124104
Binary10110000101010101010110101110111111010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAAD; }

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

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

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

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

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

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

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

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