#BC8DAB

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

Shades of Lily #BC8DAB

Tints of Lily #BC8DAB

Color information

#BC8DAB (or 0xBC8DAB) is unknown color: approx Lily. HEX triplet: BC, 8D and AB. RGB value is (188,141,171). Sum of RGB (Red+Green+Blue) = 188+141+171=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DAB is #437254. Grayscale: #9E9E9E. Windows color (decimal): -4420181 or 11242940. OLE color: 11242940.

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

Color convert

RGB188141171-
CMYK00.250.090.26
HSL321.7º25.97%64.51%-
HSV(B)321.7º25%73.73%-
XYZ37.6132.6842.85-
YUV158.47135.07149.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=37.6%
G=28.2%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814117100.250.090.26321.725.9764.51
HexBC8DAB01991A1421a41
Octal274215253031113250232101
Binary101111001000110110101011011001100111010101000010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DAB; }

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

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

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

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

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

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

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

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