#BD9AA9

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

Shades of Lily #BD9AA9

Tints of Lily #BD9AA9

Color information

#BD9AA9 (or 0xBD9AA9) is unknown color: approx Lily. HEX triplet: BD, 9A and A9. RGB value is (189,154,169). Sum of RGB (Red+Green+Blue) = 189+154+169=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9AA9 is #426556. Grayscale: #A6A6A6. Windows color (decimal): -4351319 or 11115197. OLE color: 11115197.

HSL color Cylindrical-coordinate representation of color #BD9AA9: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9AA9 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB189154169-
CMYK00.190.110.26
HSL334.29º20.96%67.25%-
HSV(B)334.29º18.52%74.12%-
XYZ39.736.7942.55-
YUV166.18129.6144.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=36.91%
G=30.08%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915416900.190.110.26334.2920.9667.25
HexBD9AA9013B1A14e1543
Octal275232251023133251625103
Binary101111011001101010101001010011101111010101001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AA9; }

 p { color: rgb(189,154,169); }

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

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

 a { background-color: rgb(189,154,169); }

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

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

 span { border-color: rgb(189,154,169); }

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