#BF84AB

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

Shades of Lily #BF84AB

Tints of Lily #BF84AB

Color information

#BF84AB (or 0xBF84AB) is unknown color: approx Lily. HEX triplet: BF, 84 and AB. RGB value is (191,132,171). Sum of RGB (Red+Green+Blue) = 191+132+171=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF84AB is #407B54. Grayscale: #999999. Windows color (decimal): -4225877 or 11240639. OLE color: 11240639.

HSL color Cylindrical-coordinate representation of color #BF84AB: hue angle of 320.34º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF84AB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191132171-
CMYK00.310.100.25
HSL320.34º31.55%63.33%-
HSV(B)320.34º30.89%74.9%-
XYZ37.0930.5242.46-
YUV154.09137.55154.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=38.66%
G=26.72%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113217100.310.100.25320.3431.5563.33
HexBF84AB01FA19140203f
Octal27720425303712315004077
Binary101111111000010010101011011111101011001101000000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF84AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF84AB; }

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

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

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

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

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

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

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

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