#BD9DAD

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

Shades of Lily #BD9DAD

Tints of Lily #BD9DAD

Color information

#BD9DAD (or 0xBD9DAD) is unknown color: approx Lily. HEX triplet: BD, 9D and AD. RGB value is (189,157,173). Sum of RGB (Red+Green+Blue) = 189+157+173=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9DAD is #426252. Grayscale: #A8A8A8. Windows color (decimal): -4350547 or 11378109. OLE color: 11378109.

HSL color Cylindrical-coordinate representation of color #BD9DAD: hue angle of 330º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9DAD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189157173-
CMYK00.170.080.26
HSL330º19.51%67.84%-
HSV(B)330º16.93%74.12%-
XYZ40.5937.9544.72-
YUV168.39130.6142.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=36.42%
G=30.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915717300.170.080.2633019.5167.84
HexBD9DAD01181A14a1444
Octal275235255021103251224104
Binary101111011001110110101101010001100011010101001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DAD; }

 p { color: rgb(189,157,173); }

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

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

 a { background-color: rgb(189,157,173); }

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

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

 span { border-color: rgb(189,157,173); }

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