#BC8DAE

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

Shades of Lily #BC8DAE

Tints of Lily #BC8DAE

Color information

#BC8DAE (or 0xBC8DAE) is unknown color: approx Lily. HEX triplet: BC, 8D and AE. RGB value is (188,141,174). Sum of RGB (Red+Green+Blue) = 188+141+174=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAE is #437251. Grayscale: #9E9E9E. Windows color (decimal): -4420178 or 11439548. OLE color: 11439548.

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

Color convert

RGB188141174-
CMYK00.250.070.26
HSL317.87º25.97%64.51%-
HSV(B)317.87º25%73.73%-
XYZ37.932.844.38-
YUV158.82136.57148.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=37.38%
G=28.03%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814117400.250.070.26317.8725.9764.51
HexBC8DAE01971A13e1a41
Octal27421525603173247632101
Binary10111100100011011010111001100111111010100111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DAE; }

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

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

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

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

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

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

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

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