#BC8DAD

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

Shades of Lily #BC8DAD

Tints of Lily #BC8DAD

Color information

#BC8DAD (or 0xBC8DAD) is unknown color: approx Lily. HEX triplet: BC, 8D and AD. RGB value is (188,141,173). Sum of RGB (Red+Green+Blue) = 188+141+173=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAD is #437252. Grayscale: #9E9E9E. Windows color (decimal): -4420179 or 11374012. OLE color: 11374012.

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

Color convert

RGB188141173-
CMYK00.250.080.26
HSL319.15º25.97%64.51%-
HSV(B)319.15º25%73.73%-
XYZ37.8132.7643.87-
YUV158.7136.07148.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=37.45%
G=28.09%
B=34.46%

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
Decimal18814117300.250.080.26319.1525.9764.51
HexBC8DAD01981A13f1a41
Octal274215255031103247732101
Binary101111001000110110101101011001100011010100111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DAD; }

 p { color: rgb(188,141,173); }

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

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

 a { background-color: rgb(188,141,173); }

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

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

 span { border-color: rgb(188,141,173); }

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