#BC8DAC

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

Shades of Lily #BC8DAC

Tints of Lily #BC8DAC

Color information

#BC8DAC (or 0xBC8DAC) is unknown color: approx Lily. HEX triplet: BC, 8D and AC. RGB value is (188,141,172). Sum of RGB (Red+Green+Blue) = 188+141+172=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAC is #437253. Grayscale: #9E9E9E. Windows color (decimal): -4420180 or 11308476. OLE color: 11308476.

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

Color convert

RGB188141172-
CMYK00.250.090.26
HSL320.43º25.97%64.51%-
HSV(B)320.43º25%73.73%-
XYZ37.7132.7243.36-
YUV158.59135.57148.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=37.52%
G=28.14%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814117200.250.090.26320.4325.9764.51
HexBC8DAC01991A1401a41
Octal274215254031113250032101
Binary101111001000110110101100011001100111010101000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DAC; }

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

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

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

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

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

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

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

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