#BC8CAD

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

Shades of Lily #BC8CAD

Tints of Lily #BC8CAD

Color information

#BC8CAD (or 0xBC8CAD) is unknown color: approx Lily. HEX triplet: BC, 8C and AD. RGB value is (188,140,173). Sum of RGB (Red+Green+Blue) = 188+140+173=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CAD is #437352. Grayscale: #9E9E9E. Windows color (decimal): -4420435 or 11373756. OLE color: 11373756.

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

Color convert

RGB188140173-
CMYK00.260.080.26
HSL318.75º26.37%64.31%-
HSV(B)318.75º25.53%73.73%-
XYZ37.6632.4643.82-
YUV158.11136.4149.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=37.52%
G=27.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814017300.260.080.26318.7526.3764.31
HexBC8CAD01A81A13f1a40
Octal274214255032103247732100
Binary101111001000110010101101011010100011010100111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CAD; }

 p { color: rgb(188,140,173); }

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

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

 a { background-color: rgb(188,140,173); }

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

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

 span { border-color: rgb(188,140,173); }

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