#BD8FAD

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

Shades of Lily #BD8FAD

Tints of Lily #BD8FAD

Color information

#BD8FAD (or 0xBD8FAD) is unknown color: approx Lily. HEX triplet: BD, 8F and AD. RGB value is (189,143,173). Sum of RGB (Red+Green+Blue) = 189+143+173=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8FAD is #427052. Grayscale: #A0A0A0. Windows color (decimal): -4354131 or 11374525. OLE color: 11374525.

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

Color convert

RGB189143173-
CMYK00.240.080.26
HSL320.87º25.84%65.1%-
HSV(B)320.87º24.34%74.12%-
XYZ38.3533.4843.98-
YUV160.17135.24148.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=37.43%
G=28.32%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914317300.240.080.26320.8725.8465.1
HexBD8FAD01881A1411a41
Octal275217255030103250132101
Binary101111011000111110101101011000100011010101000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FAD; }

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

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

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

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

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

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

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

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