#BF88A7

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

Shades of Lily #BF88A7

Tints of Lily #BF88A7

Color information

#BF88A7 (or 0xBF88A7) is unknown color: approx Lily. HEX triplet: BF, 88 and A7. RGB value is (191,136,167). Sum of RGB (Red+Green+Blue) = 191+136+167=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88A7 is #407758. Grayscale: #9B9B9B. Windows color (decimal): -4224857 or 10979519. OLE color: 10979519.

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

Color convert

RGB191136167-
CMYK00.290.130.25
HSL326.18º30.05%64.12%-
HSV(B)326.18º28.8%74.9%-
XYZ37.2731.4740.67-
YUV155.98134.22152.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=38.66%
G=27.53%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113616700.290.130.25326.1830.0564.12
HexBF88A701DD191461e40
Octal277210247035153150636100
Binary101111111000100010100111011101110111001101000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88A7; }

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

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

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

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

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

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

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

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