#BC8FA9

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

Shades of Lily #BC8FA9

Tints of Lily #BC8FA9

Color information

#BC8FA9 (or 0xBC8FA9) is unknown color: approx Lily. HEX triplet: BC, 8F and A9. RGB value is (188,143,169). Sum of RGB (Red+Green+Blue) = 188+143+169=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8FA9 is #437056. Grayscale: #9F9F9F. Windows color (decimal): -4419671 or 11112380. OLE color: 11112380.

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

Color convert

RGB188143169-
CMYK00.240.100.26
HSL325.33º25.14%64.9%-
HSV(B)325.33º23.94%73.73%-
XYZ37.7233.241.96-
YUV159.42133.41148.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=37.6%
G=28.6%
B=33.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814316900.240.100.26325.3325.1464.9
HexBC8FA9018A1A1451941
Octal274217251030123250531101
Binary101111001000111110101001011000101011010101000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FA9; }

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

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

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

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

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

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

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

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