#BF85AD

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

Shades of Lily #BF85AD

Tints of Lily #BF85AD

Color information

#BF85AD (or 0xBF85AD) is unknown color: approx Lily. HEX triplet: BF, 85 and AD. RGB value is (191,133,173). Sum of RGB (Red+Green+Blue) = 191+133+173=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AD is #407A52. Grayscale: #9A9A9A. Windows color (decimal): -4225619 or 11371967. OLE color: 11371967.

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

Color convert

RGB191133173-
CMYK00.300.090.25
HSL318.62º31.18%63.53%-
HSV(B)318.62º30.37%74.9%-
XYZ37.4230.8743.52-
YUV154.9138.22153.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=38.43%
G=26.76%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113317300.300.090.25318.6231.1863.53
HexBF85AD01E91913f1f40
Octal277205255036113147737100
Binary101111111000010110101101011110100111001100111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85AD; }

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

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

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

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

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

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

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

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