#BC87AA

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

Shades of Lily #BC87AA

Tints of Lily #BC87AA

Color information

#BC87AA (or 0xBC87AA) is unknown color: approx Lily. HEX triplet: BC, 87 and AA. RGB value is (188,135,170). Sum of RGB (Red+Green+Blue) = 188+135+170=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC87AA is #437855. Grayscale: #9A9A9A. Windows color (decimal): -4421718 or 11175868. OLE color: 11175868.

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

Color convert

RGB188135170-
CMYK00.280.100.26
HSL320.38º28.34%63.33%-
HSV(B)320.38º28.19%73.73%-
XYZ36.6630.9242.07-
YUV154.84136.56151.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=38.13%
G=27.38%
B=34.48%

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
Decimal18813517000.280.100.26320.3828.3463.33
HexBC87AA01CA1A1401c3f
Octal27420725203412325003477
Binary10111100100001111010101001110010101101010100000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87AA; }

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

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

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

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

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

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

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

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