#BF85AB

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

Shades of Lily #BF85AB

Tints of Lily #BF85AB

Color information

#BF85AB (or 0xBF85AB) is unknown color: approx Lily. HEX triplet: BF, 85 and AB. RGB value is (191,133,171). Sum of RGB (Red+Green+Blue) = 191+133+171=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85AB is #407A54. Grayscale: #9A9A9A. Windows color (decimal): -4225621 or 11240895. OLE color: 11240895.

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

Color convert

RGB191133171-
CMYK00.300.100.25
HSL320.69º31.18%63.53%-
HSV(B)320.69º30.37%74.9%-
XYZ37.2230.7942.51-
YUV154.67137.22153.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=38.59%
G=26.87%
B=34.55%

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
Decimal19113317100.300.100.25320.6931.1863.53
HexBF85AB01EA191411f40
Octal277205253036123150137100
Binary101111111000010110101011011110101011001101000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85AB; }

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

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

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

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

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

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

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

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