#BF8DAD

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

Shades of Lily #BF8DAD

Tints of Lily #BF8DAD

Color information

#BF8DAD (or 0xBF8DAD) is unknown color: approx Lily. HEX triplet: BF, 8D and AD. RGB value is (191,141,173). Sum of RGB (Red+Green+Blue) = 191+141+173=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAD is #407252. Grayscale: #9F9F9F. Windows color (decimal): -4223571 or 11374015. OLE color: 11374015.

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

Color convert

RGB191141173-
CMYK00.260.090.25
HSL321.6º28.09%65.1%-
HSV(B)321.6º26.18%74.9%-
XYZ38.5533.1443.9-
YUV159.6135.56150.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=37.82%
G=27.92%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114117300.260.090.25321.628.0965.1
HexBF8DAD01A9191421c41
Octal277215255032113150234101
Binary101111111000110110101101011010100111001101000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DAD; }

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

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

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

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

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

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

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

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