#BC8DA9

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

Shades of Lily #BC8DA9

Tints of Lily #BC8DA9

Color information

#BC8DA9 (or 0xBC8DA9) is unknown color: approx Lily. HEX triplet: BC, 8D and A9. RGB value is (188,141,169). Sum of RGB (Red+Green+Blue) = 188+141+169=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA9 is #437256. Grayscale: #9E9E9E. Windows color (decimal): -4420183 or 11111868. OLE color: 11111868.

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

Color convert

RGB188141169-
CMYK00.250.100.26
HSL324.26º25.97%64.51%-
HSV(B)324.26º25%73.73%-
XYZ37.4332.6141.86-
YUV158.24134.07149.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=37.75%
G=28.31%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814116900.250.100.26324.2625.9764.51
HexBC8DA9019A1A1441a41
Octal274215251031123250432101
Binary101111001000110110101001011001101011010101000100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DA9; }

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

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

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

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

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

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

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

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