#BC87A9

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

Shades of Lily #BC87A9

Tints of Lily #BC87A9

Color information

#BC87A9 (or 0xBC87A9) is unknown color: approx Lily. HEX triplet: BC, 87 and A9. RGB value is (188,135,169). Sum of RGB (Red+Green+Blue) = 188+135+169=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87A9 is #437856. Grayscale: #9A9A9A. Windows color (decimal): -4421719 or 11110332. OLE color: 11110332.

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

Color convert

RGB188135169-
CMYK00.280.100.26
HSL321.51º28.34%63.33%-
HSV(B)321.51º28.19%73.73%-
XYZ36.5630.8841.57-
YUV154.72136.06151.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=38.21%
G=27.44%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813516900.280.100.26321.5128.3463.33
HexBC87A901CA1A1421c3f
Octal27420725103412325023477
Binary10111100100001111010100101110010101101010100001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87A9; }

 p { color: rgb(188,135,169); }

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

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

 a { background-color: rgb(188,135,169); }

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

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

 span { border-color: rgb(188,135,169); }

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