#BC8BA8

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

Shades of Lily #BC8BA8

Tints of Lily #BC8BA8

Color information

#BC8BA8 (or 0xBC8BA8) is unknown color: approx Lily. HEX triplet: BC, 8B and A8. RGB value is (188,139,168). Sum of RGB (Red+Green+Blue) = 188+139+168=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA8 is #437457. Grayscale: #9C9C9C. Windows color (decimal): -4420696 or 11045820. OLE color: 11045820.

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

Color convert

RGB188139168-
CMYK00.260.110.26
HSL324.49º26.78%64.12%-
HSV(B)324.49º26.06%73.73%-
XYZ37.0431.9841.27-
YUV156.96134.23150.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=37.98%
G=28.08%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813916800.260.110.26324.4926.7864.12
HexBC8BA801AB1A1441b40
Octal274213250032133250433100
Binary101111001000101110101000011010101111010101000100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BA8; }

 p { color: rgb(188,139,168); }

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

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

 a { background-color: rgb(188,139,168); }

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

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

 span { border-color: rgb(188,139,168); }

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