#BC8BA5

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

Shades of Lily #BC8BA5

Tints of Lily #BC8BA5

Color information

#BC8BA5 (or 0xBC8BA5) is unknown color: approx Lily. HEX triplet: BC, 8B and A5. RGB value is (188,139,165). Sum of RGB (Red+Green+Blue) = 188+139+165=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BA5 is #43745A. Grayscale: #9C9C9C. Windows color (decimal): -4420699 or 10849212. OLE color: 10849212.

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

Color convert

RGB188139165-
CMYK00.260.120.26
HSL328.16º26.78%64.12%-
HSV(B)328.16º26.06%73.73%-
XYZ36.7631.8739.81-
YUV156.61132.73150.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=38.21%
G=28.25%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813916500.260.120.26328.1626.7864.12
HexBC8BA501AC1A1481b40
Octal274213245032143251033100
Binary101111001000101110100101011010110011010101001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8BA5; }

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

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

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

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

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

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

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

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