#BF89A7

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

Shades of Lily #BF89A7

Tints of Lily #BF89A7

Color information

#BF89A7 (or 0xBF89A7) is unknown color: approx Lily. HEX triplet: BF, 89 and A7. RGB value is (191,137,167). Sum of RGB (Red+Green+Blue) = 191+137+167=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89A7 is #407658. Grayscale: #9C9C9C. Windows color (decimal): -4224601 or 10979775. OLE color: 10979775.

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

Color convert

RGB191137167-
CMYK00.280.130.25
HSL326.67º29.67%64.31%-
HSV(B)326.67º28.27%74.9%-
XYZ37.4131.7640.72-
YUV156.57133.89152.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 167 (65.62% from 255) = 33.74%
R=38.59%
G=27.68%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113716700.280.130.25326.6729.6764.31
HexBF89A701CD191471e40
Octal277211247034153150736100
Binary101111111000100110100111011100110111001101000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89A7; }

 p { color: rgb(191,137,167); }

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

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

 a { background-color: rgb(191,137,167); }

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

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

 span { border-color: rgb(191,137,167); }

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