#BC9DAC

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

Shades of Lily #BC9DAC

Tints of Lily #BC9DAC

Color information

#BC9DAC (or 0xBC9DAC) is unknown color: approx Lily. HEX triplet: BC, 9D and AC. RGB value is (188,157,172). Sum of RGB (Red+Green+Blue) = 188+157+172=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9DAC is #436253. Grayscale: #A7A7A7. Windows color (decimal): -4416084 or 11312572. OLE color: 11312572.

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

Color convert

RGB188157172-
CMYK00.160.090.26
HSL330.97º18.79%67.65%-
HSV(B)330.97º16.49%73.73%-
XYZ40.2437.7844.2-
YUV167.98130.27142.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=36.36%
G=30.37%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815717200.160.090.26330.9718.7967.65
HexBC9DAC01091A14b1344
Octal274235254020113251323104
Binary101111001001110110101100010000100111010101001011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DAC; }

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

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

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

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

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

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

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

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