#BD8EAC

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

Shades of Lily #BD8EAC

Tints of Lily #BD8EAC

Color information

#BD8EAC (or 0xBD8EAC) is unknown color: approx Lily. HEX triplet: BD, 8E and AC. RGB value is (189,142,172). Sum of RGB (Red+Green+Blue) = 189+142+172=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8EAC is #427153. Grayscale: #9F9F9F. Windows color (decimal): -4354388 or 11308733. OLE color: 11308733.

HSL color Cylindrical-coordinate representation of color #BD8EAC: hue angle of 321.7º 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 #BD8EAC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB189142172-
CMYK00.250.090.26
HSL321.7º26.26%64.9%-
HSV(B)321.7º24.87%74.12%-
XYZ38.1133.1443.42-
YUV159.47135.07149.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 172 (67.58% from 255) = 34.19%
R=37.57%
G=28.23%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914217200.250.090.26321.726.2664.9
HexBD8EAC01991A1421a41
Octal275216254031113250232101
Binary101111011000111010101100011001100111010101000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EAC; }

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

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

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

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

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

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

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

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