#BF86AA

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

Shades of Lily #BF86AA

Tints of Lily #BF86AA

Color information

#BF86AA (or 0xBF86AA) is unknown color: approx Lily. HEX triplet: BF, 86 and AA. RGB value is (191,134,170). Sum of RGB (Red+Green+Blue) = 191+134+170=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF86AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF86AA is #407955. Grayscale: #9B9B9B. Windows color (decimal): -4225366 or 11175615. OLE color: 11175615.

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

Color convert

RGB191134170-
CMYK00.300.110.25
HSL322.11º30.81%63.73%-
HSV(B)322.11º29.84%74.9%-
XYZ37.2731.0342.06-
YUV155.15136.38153.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=38.59%
G=27.07%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113417000.300.110.25322.1130.8163.73
HexBF86AA01EB191421f40
Octal277206252036133150237100
Binary101111111000011010101010011110101111001101000010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF86AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF86AA; }

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

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

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

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

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

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

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

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