#BC89AB

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

Shades of Lily #BC89AB

Tints of Lily #BC89AB

Color information

#BC89AB (or 0xBC89AB) is unknown color: approx Lily. HEX triplet: BC, 89 and AB. RGB value is (188,137,171). Sum of RGB (Red+Green+Blue) = 188+137+171=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AB is #437654. Grayscale: #9C9C9C. Windows color (decimal): -4421205 or 11241916. OLE color: 11241916.

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

Color convert

RGB188137171-
CMYK00.270.090.26
HSL320º27.57%63.73%-
HSV(B)320º27.13%73.73%-
XYZ37.0431.5242.66-
YUV156.12136.4150.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=37.90%
G=27.62%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813717100.270.090.2632027.5763.73
HexBC89AB01B91A1401c40
Octal274211253033113250034100
Binary101111001000100110101011011011100111010101000000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89AB; }

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

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

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

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

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

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

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

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