#BC8EAD

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

Shades of Lily #BC8EAD

Tints of Lily #BC8EAD

Color information

#BC8EAD (or 0xBC8EAD) is unknown color: approx Lily. HEX triplet: BC, 8E and AD. RGB value is (188,142,173). Sum of RGB (Red+Green+Blue) = 188+142+173=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8EAD is #437152. Grayscale: #9F9F9F. Windows color (decimal): -4419923 or 11374268. OLE color: 11374268.

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

Color convert

RGB188142173-
CMYK00.240.080.26
HSL319.57º25.56%64.71%-
HSV(B)319.57º24.47%73.73%-
XYZ37.9533.0543.91-
YUV159.29135.74148.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=37.38%
G=28.23%
B=34.39%

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
Decimal18814217300.240.080.26319.5725.5664.71
HexBC8EAD01881A1401a41
Octal274216255030103250032101
Binary101111001000111010101101011000100011010101000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EAD; }

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

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

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

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

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

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

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

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