#BC9FAE

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

Shades of Lily #BC9FAE

Tints of Lily #BC9FAE

Color information

#BC9FAE (or 0xBC9FAE) is unknown color: approx Lily. HEX triplet: BC, 9F and AE. RGB value is (188,159,174). Sum of RGB (Red+Green+Blue) = 188+159+174=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAE is #436051. Grayscale: #A9A9A9. Windows color (decimal): -4415570 or 11444156. OLE color: 11444156.

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

Color convert

RGB188159174-
CMYK00.150.070.26
HSL328.97º17.79%68.04%-
HSV(B)328.97º15.43%73.73%-
XYZ40.7838.5445.33-
YUV169.38130.61141.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=36.08%
G=30.52%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815917400.150.070.26328.9717.7968.04
HexBC9FAE0F71A1491244
Octal27423725601773251122104
Binary1011110010011111101011100111111111010101001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FAE; }

 p { color: rgb(188,159,174); }

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

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

 a { background-color: rgb(188,159,174); }

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

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

 span { border-color: rgb(188,159,174); }

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