#B09FAA

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

Shades of Lily #B09FAA

Tints of Lily #B09FAA

Color information

#B09FAA (or 0xB09FAA) is unknown color: approx Lily. HEX triplet: B0, 9F and AA. RGB value is (176,159,170). Sum of RGB (Red+Green+Blue) = 176+159+170=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FAA is #4F6055. Grayscale: #A5A5A5. Windows color (decimal): -5202006 or 11182000. OLE color: 11182000.

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

Color convert

RGB176159170-
CMYK00.100.030.31
HSL321.18º9.71%65.69%-
HSV(B)321.18º9.66%69.02%-
XYZ37.5636.9343.18-
YUV165.34130.63135.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=34.85%
G=31.49%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615917000.100.030.31321.189.7165.69
HexB09FAA0A31F141a42
Octal26023725201233750112102
Binary10110000100111111010101001010111111110100000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FAA; }

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

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

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

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

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

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

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

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