#BC89AA

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

Shades of Lily #BC89AA

Tints of Lily #BC89AA

Color information

#BC89AA (or 0xBC89AA) is unknown color: approx Lily. HEX triplet: BC, 89 and AA. RGB value is (188,137,170). Sum of RGB (Red+Green+Blue) = 188+137+170=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AA is #437655. Grayscale: #9B9B9B. Windows color (decimal): -4421206 or 11176380. OLE color: 11176380.

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

Color convert

RGB188137170-
CMYK00.270.100.26
HSL321.18º27.57%63.73%-
HSV(B)321.18º27.13%73.73%-
XYZ36.9431.4842.16-
YUV156.01135.9150.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=37.98%
G=27.68%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813717000.270.100.26321.1827.5763.73
HexBC89AA01BA1A1411c40
Octal274211252033123250134100
Binary101111001000100110101010011011101011010101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89AA; }

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

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

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

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

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

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

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

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