#BC93AA

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

Shades of Lily #BC93AA

Tints of Lily #BC93AA

Color information

#BC93AA (or 0xBC93AA) is unknown color: approx Lily. HEX triplet: BC, 93 and AA. RGB value is (188,147,170). Sum of RGB (Red+Green+Blue) = 188+147+170=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC93AA is #436C55. Grayscale: #A1A1A1. Windows color (decimal): -4418646 or 11178940. OLE color: 11178940.

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

Color convert

RGB188147170-
CMYK00.220.100.26
HSL326.34º23.43%65.69%-
HSV(B)326.34º21.81%73.73%-
XYZ38.4334.4642.66-
YUV161.88132.58146.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=37.23%
G=29.11%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814717000.220.100.26326.3423.4365.69
HexBC93AA016A1A1461742
Octal274223252026123250627102
Binary101111001001001110101010010110101011010101000110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93AA; }

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

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

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

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

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

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

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

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