#BC8AAC

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

Shades of Lily #BC8AAC

Tints of Lily #BC8AAC

Color information

#BC8AAC (or 0xBC8AAC) is unknown color: approx Lily. HEX triplet: BC, 8A and AC. RGB value is (188,138,172). Sum of RGB (Red+Green+Blue) = 188+138+172=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8AAC is #437553. Grayscale: #9C9C9C. Windows color (decimal): -4420948 or 11307708. OLE color: 11307708.

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

Color convert

RGB188138172-
CMYK00.270.090.26
HSL319.2º27.17%63.92%-
HSV(B)319.2º26.6%73.73%-
XYZ37.2731.8543.21-
YUV156.83136.56150.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=37.75%
G=27.71%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813817200.270.090.26319.227.1763.92
HexBC8AAC01B91A13f1b40
Octal274212254033113247733100
Binary101111001000101010101100011011100111010100111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AAC; }

 p { color: rgb(188,138,172); }

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

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

 a { background-color: rgb(188,138,172); }

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

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

 span { border-color: rgb(188,138,172); }

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