#BF87AA

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

Shades of Lily #BF87AA

Tints of Lily #BF87AA

Color information

#BF87AA (or 0xBF87AA) is unknown color: approx Lily. HEX triplet: BF, 87 and AA. RGB value is (191,135,170). Sum of RGB (Red+Green+Blue) = 191+135+170=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF87AA is #407855. Grayscale: #9B9B9B. Windows color (decimal): -4225110 or 11175871. OLE color: 11175871.

HSL color Cylindrical-coordinate representation of color #BF87AA: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF87AA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191135170-
CMYK00.290.110.25
HSL322.5º30.43%63.92%-
HSV(B)322.5º29.32%74.9%-
XYZ37.4131.3142.1-
YUV155.73136.05153.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=38.51%
G=27.22%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113517000.290.110.25322.530.4363.92
HexBF87AA01DB191421e40
Octal277207252035133150236100
Binary101111111000011110101010011101101111001101000010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF87AA; }

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

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

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

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

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

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

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

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