#BC8CAA

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

Shades of Lily #BC8CAA

Tints of Lily #BC8CAA

Color information

#BC8CAA (or 0xBC8CAA) is unknown color: approx Lily. HEX triplet: BC, 8C and AA. RGB value is (188,140,170). Sum of RGB (Red+Green+Blue) = 188+140+170=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAA is #437355. Grayscale: #9D9D9D. Windows color (decimal): -4420438 or 11177148. OLE color: 11177148.

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

Color convert

RGB188140170-
CMYK00.260.100.26
HSL322.5º26.37%64.31%-
HSV(B)322.5º25.53%73.73%-
XYZ37.3732.3542.3-
YUV157.77134.9149.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=37.75%
G=28.11%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814017000.260.100.26322.526.3764.31
HexBC8CAA01AA1A1421a40
Octal274214252032123250232100
Binary101111001000110010101010011010101011010101000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CAA; }

 p { color: rgb(188,140,170); }

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

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

 a { background-color: rgb(188,140,170); }

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

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

 span { border-color: rgb(188,140,170); }

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