#BD8EAD

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

Shades of Lily #BD8EAD

Tints of Lily #BD8EAD

Color information

#BD8EAD (or 0xBD8EAD) is unknown color: approx Lily. HEX triplet: BD, 8E and AD. RGB value is (189,142,173). Sum of RGB (Red+Green+Blue) = 189+142+173=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8EAD is #427152. Grayscale: #9F9F9F. Windows color (decimal): -4354387 or 11374269. OLE color: 11374269.

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

Color convert

RGB189142173-
CMYK00.250.080.26
HSL320.43º26.26%64.9%-
HSV(B)320.43º24.87%74.12%-
XYZ38.233.1843.93-
YUV159.59135.57148.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=37.5%
G=28.17%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914217300.250.080.26320.4326.2664.9
HexBD8EAD01981A1401a41
Octal275216255031103250032101
Binary101111011000111010101101011001100011010101000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EAD; }

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

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

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

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

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

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

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

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