#BC8FA7

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

Shades of Lily #BC8FA7

Tints of Lily #BC8FA7

Color information

#BC8FA7 (or 0xBC8FA7) is unknown color: approx Lily. HEX triplet: BC, 8F and A7. RGB value is (188,143,167). Sum of RGB (Red+Green+Blue) = 188+143+167=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 167 (65.62% from 255 or 33.53% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA7 is #437058. Grayscale: #9F9F9F. Windows color (decimal): -4419673 or 10981308. OLE color: 10981308.

HSL color Cylindrical-coordinate representation of color #BC8FA7: hue angle of 328º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FA7 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188143167-
CMYK00.240.110.26
HSL328º25.14%64.9%-
HSV(B)328º23.94%73.73%-
XYZ37.5433.1340.97-
YUV159.19132.41148.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 167 (65.62% from 255) = 33.53%
R=37.75%
G=28.71%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814316700.240.110.2632825.1464.9
HexBC8FA7018B1A1481941
Octal274217247030133251031101
Binary101111001000111110100111011000101111010101001000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FA7; }

 p { color: rgb(188,143,167); }

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

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

 a { background-color: rgb(188,143,167); }

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

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

 span { border-color: rgb(188,143,167); }

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