#BC8CA5

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

Shades of Lily #BC8CA5

Tints of Lily #BC8CA5

Color information

#BC8CA5 (or 0xBC8CA5) is unknown color: approx Lily. HEX triplet: BC, 8C and A5. RGB value is (188,140,165). Sum of RGB (Red+Green+Blue) = 188+140+165=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA5 is #43735A. Grayscale: #9D9D9D. Windows color (decimal): -4420443 or 10849468. OLE color: 10849468.

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

Color convert

RGB188140165-
CMYK00.260.120.26
HSL328.75º26.37%64.31%-
HSV(B)328.75º25.53%73.73%-
XYZ36.9132.1639.86-
YUV157.2132.4149.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 165 (64.84% from 255) = 33.47%
R=38.13%
G=28.40%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814016500.260.120.26328.7526.3764.31
HexBC8CA501AC1A1491a40
Octal274214245032143251132100
Binary101111001000110010100101011010110011010101001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CA5; }

 p { color: rgb(188,140,165); }

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

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

 a { background-color: rgb(188,140,165); }

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

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

 span { border-color: rgb(188,140,165); }

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