#BC88AA

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

Shades of Lily #BC88AA

Tints of Lily #BC88AA

Color information

#BC88AA (or 0xBC88AA) is unknown color: approx Lily. HEX triplet: BC, 88 and AA. RGB value is (188,136,170). Sum of RGB (Red+Green+Blue) = 188+136+170=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AA is #437755. Grayscale: #9B9B9B. Windows color (decimal): -4421462 or 11176124. OLE color: 11176124.

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

Color convert

RGB188136170-
CMYK00.280.100.26
HSL320.77º27.96%63.53%-
HSV(B)320.77º27.66%73.73%-
XYZ36.831.242.11-
YUV155.42136.23151.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=38.06%
G=27.53%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813617000.280.100.26320.7727.9663.53
HexBC88AA01CA1A1411c40
Octal274210252034123250134100
Binary101111001000100010101010011100101011010101000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88AA; }

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

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

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

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

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

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

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

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