#BF84AA

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

Shades of Lily #BF84AA

Tints of Lily #BF84AA

Color information

#BF84AA (or 0xBF84AA) is unknown color: approx Lily. HEX triplet: BF, 84 and AA. RGB value is (191,132,170). Sum of RGB (Red+Green+Blue) = 191+132+170=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF84AA is #407B55. Grayscale: #999999. Windows color (decimal): -4225878 or 11175103. OLE color: 11175103.

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

Color convert

RGB191132170-
CMYK00.310.110.25
HSL321.36º31.55%63.33%-
HSV(B)321.36º30.89%74.9%-
XYZ36.9930.4841.96-
YUV153.97137.05154.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=38.74%
G=26.77%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113217000.310.110.25321.3631.5563.33
HexBF84AA01FB19141203f
Octal27720425203713315014077
Binary101111111000010010101010011111101111001101000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84AA; }

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

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

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

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

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

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

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

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