#BF8BAF

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

Shades of Lily #BF8BAF

Tints of Lily #BF8BAF

Color information

#BF8BAF (or 0xBF8BAF) is unknown color: approx Lily. HEX triplet: BF, 8B and AF. RGB value is (191,139,175). Sum of RGB (Red+Green+Blue) = 191+139+175=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8BAF is #407450. Grayscale: #9E9E9E. Windows color (decimal): -4224081 or 11504575. OLE color: 11504575.

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

Color convert

RGB191139175-
CMYK00.270.080.25
HSL318.46º28.89%64.71%-
HSV(B)318.46º27.23%74.9%-
XYZ38.4632.6444.83-
YUV158.65137.23151.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=37.82%
G=27.52%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113917500.270.080.25318.4628.8964.71
HexBF8BAF01B81913e1d41
Octal277213257033103147635101
Binary101111111000101110101111011011100011001100111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BAF; }

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

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

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

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

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

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

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

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