#BF8AAE

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

Shades of Lily #BF8AAE

Tints of Lily #BF8AAE

Color information

#BF8AAE (or 0xBF8AAE) is unknown color: approx Lily. HEX triplet: BF, 8A and AE. RGB value is (191,138,174). Sum of RGB (Red+Green+Blue) = 191+138+174=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8AAE is #407551. Grayscale: #9D9D9D. Windows color (decimal): -4224338 or 11438783. OLE color: 11438783.

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

Color convert

RGB191138174-
CMYK00.280.090.25
HSL319.25º29.28%64.51%-
HSV(B)319.25º27.75%74.9%-
XYZ38.2132.3144.27-
YUV157.95137.06151.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=37.97%
G=27.44%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113817400.280.090.25319.2529.2864.51
HexBF8AAE01C91913f1d41
Octal277212256034113147735101
Binary101111111000101010101110011100100111001100111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AAE; }

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

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

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

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

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

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

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

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