#B09CA9

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

Shades of Lily #B09CA9

Tints of Lily #B09CA9

Color information

#B09CA9 (or 0xB09CA9) is unknown color: approx Lily. HEX triplet: B0, 9C and A9. RGB value is (176,156,169). Sum of RGB (Red+Green+Blue) = 176+156+169=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CA9 is #4F6356. Grayscale: #A3A3A3. Windows color (decimal): -5202775 or 11115696. OLE color: 11115696.

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

Color convert

RGB176156169-
CMYK00.110.040.31
HSL321º11.24%65.1%-
HSV(B)321º11.36%69.02%-
XYZ36.9535.8742.51-
YUV163.46131.13136.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=35.13%
G=31.14%
B=33.73%

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
Decimal17615616900.110.040.3132111.2465.1
HexB09CA90B41F141b41
Octal26023425101343750113101
Binary101100001001110010101001010111001111110100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CA9; }

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

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

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

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

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

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

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

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