#BF8FAA

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

Shades of Lily #BF8FAA

Tints of Lily #BF8FAA

Color information

#BF8FAA (or 0xBF8FAA) is unknown color: approx Lily. HEX triplet: BF, 8F and AA. RGB value is (191,143,170). Sum of RGB (Red+Green+Blue) = 191+143+170=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8FAA is #407055. Grayscale: #A0A0A0. Windows color (decimal): -4223062 or 11177919. OLE color: 11177919.

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

Color convert

RGB191143170-
CMYK00.250.110.25
HSL326.25º27.27%65.49%-
HSV(B)326.25º25.13%74.9%-
XYZ38.5633.6242.49-
YUV160.43133.4149.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=37.90%
G=28.37%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114317000.250.110.25326.2527.2765.49
HexBF8FAA019B191461b41
Octal277217252031133150633101
Binary101111111000111110101010011001101111001101000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FAA; }

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

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

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

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

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

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

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

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