#B09DA9

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

Shades of Lily #B09DA9

Tints of Lily #B09DA9

Color information

#B09DA9 (or 0xB09DA9) is unknown color: approx Lily. HEX triplet: B0, 9D and A9. RGB value is (176,157,169). Sum of RGB (Red+Green+Blue) = 176+157+169=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DA9 is #4F6256. Grayscale: #A4A4A4. Windows color (decimal): -5202519 or 11115952. OLE color: 11115952.

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

Color convert

RGB176157169-
CMYK00.110.040.31
HSL322.11º10.73%65.29%-
HSV(B)322.11º10.8%69.02%-
XYZ37.1236.2142.57-
YUV164.05130.79136.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 157 (61.72% from 255) = 31.27%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=35.06%
G=31.27%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615716900.110.040.31322.1110.7365.29
HexB09DA90B41F142b41
Octal26023525101343750213101
Binary101100001001110110101001010111001111110100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DA9; }

 p { color: rgb(176,157,169); }

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

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

 a { background-color: rgb(176,157,169); }

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

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

 span { border-color: rgb(176,157,169); }

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