#BF8DAE

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

Shades of Lily #BF8DAE

Tints of Lily #BF8DAE

Color information

#BF8DAE (or 0xBF8DAE) is unknown color: approx Lily. HEX triplet: BF, 8D and AE. RGB value is (191,141,174). Sum of RGB (Red+Green+Blue) = 191+141+174=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 174 (68.36% from 255 or 34.39% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAE is #407251. Grayscale: #9F9F9F. Windows color (decimal): -4223570 or 11439551. OLE color: 11439551.

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

Color convert

RGB191141174-
CMYK00.260.090.25
HSL320.4º28.09%65.1%-
HSV(B)320.4º26.18%74.9%-
XYZ38.6533.1844.41-
YUV159.71136.06150.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 174 (68.36% from 255) = 34.39%
R=37.75%
G=27.87%
B=34.39%

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
Decimal19114117400.260.090.25320.428.0965.1
HexBF8DAE01A9191401c41
Octal277215256032113150034101
Binary101111111000110110101110011010100111001101000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8DAE; }

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

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

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

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

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

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

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

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