#BF85AC

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

Shades of Lily #BF85AC

Tints of Lily #BF85AC

Color information

#BF85AC (or 0xBF85AC) is unknown color: approx Lily. HEX triplet: BF, 85 and AC. RGB value is (191,133,172). Sum of RGB (Red+Green+Blue) = 191+133+172=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AC is #407A53. Grayscale: #9A9A9A. Windows color (decimal): -4225620 or 11306431. OLE color: 11306431.

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

Color convert

RGB191133172-
CMYK00.300.100.25
HSL319.66º31.18%63.53%-
HSV(B)319.66º30.37%74.9%-
XYZ37.3230.8343.01-
YUV154.79137.72153.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=38.51%
G=26.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113317200.300.100.25319.6631.1863.53
HexBF85AC01EA191401f40
Octal277205254036123150037100
Binary101111111000010110101100011110101011001101000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85AC; }

 p { color: rgb(191,133,172); }

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

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

 a { background-color: rgb(191,133,172); }

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

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

 span { border-color: rgb(191,133,172); }

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