#B09AA8

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

Shades of Lily #B09AA8

Tints of Lily #B09AA8

Color information

#B09AA8 (or 0xB09AA8) is unknown color: approx Lily. HEX triplet: B0, 9A and A8. RGB value is (176,154,168). Sum of RGB (Red+Green+Blue) = 176+154+168=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AA8 is #4F6557. Grayscale: #A2A2A2. Windows color (decimal): -5203288 or 11049648. OLE color: 11049648.

HSL color Cylindrical-coordinate representation of color #B09AA8: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09AA8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB176154168-
CMYK00.120.050.31
HSL321.82º12.22%64.71%-
HSV(B)321.82º12.5%69.02%-
XYZ36.5335.1741.91-
YUV162.17131.29137.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=35.34%
G=30.92%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615416800.120.050.31321.8212.2264.71
HexB09AA80C51F142c41
Octal26023225001453750214101
Binary101100001001101010101000011001011111110100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AA8; }

 p { color: rgb(176,154,168); }

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

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

 a { background-color: rgb(176,154,168); }

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

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

 span { border-color: rgb(176,154,168); }

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