#BF8DAF

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

Shades of Lily #BF8DAF

Tints of Lily #BF8DAF

Color information

#BF8DAF (or 0xBF8DAF) is unknown color: approx Lily. HEX triplet: BF, 8D and AF. RGB value is (191,141,175). Sum of RGB (Red+Green+Blue) = 191+141+175=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAF is #407250. Grayscale: #9F9F9F. Windows color (decimal): -4223569 or 11505087. OLE color: 11505087.

HSL color Cylindrical-coordinate representation of color #BF8DAF: hue angle of 319.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF8DAF is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191141175-
CMYK00.260.080.25
HSL319.2º28.09%65.1%-
HSV(B)319.2º26.18%74.9%-
XYZ38.7533.2244.93-
YUV159.83136.56150.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=37.67%
G=27.81%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114117500.260.080.25319.228.0965.1
HexBF8DAF01A81913f1c41
Octal277215257032103147734101
Binary101111111000110110101111011010100011001100111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DAF; }

 p { color: rgb(191,141,175); }

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

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

 a { background-color: rgb(191,141,175); }

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

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

 span { border-color: rgb(191,141,175); }

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