#B0AAAE

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

Shades of Lily #B0AAAE

Tints of Lily #B0AAAE

Color information

#B0AAAE (or 0xB0AAAE) is unknown color: approx Lily. HEX triplet: B0, AA and AE. RGB value is (176,170,174). Sum of RGB (Red+Green+Blue) = 176+170+174=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAE is #4F5551. Grayscale: #ACACAC. Windows color (decimal): -5199186 or 11446960. OLE color: 11446960.

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

Color convert

RGB176170174-
CMYK00.030.010.31
HSL320º3.66%67.84%-
HSV(B)320º3.41%69.02%-
XYZ39.9241.0445.86-
YUV172.25128.99130.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=33.85%
G=32.69%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617017400.030.010.313203.6667.84
HexB0AAAE0311F140444
Octal260252256031375004104
Binary1011000010101010101011100111111111010000001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAAE; }

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

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

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

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

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

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

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

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