#BC89D9

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

Shades of Wisteria #BC89D9

Tints of Wisteria #BC89D9

Color information

#BC89D9 (or 0xBC89D9) is unknown color: approx Wisteria. HEX triplet: BC, 89 and D9. RGB value is (188,137,217). Sum of RGB (Red+Green+Blue) = 188+137+217=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89D9 is #437626. Grayscale: #A1A1A1. Windows color (decimal): -4421159 or 14256572. OLE color: 14256572.

HSL color Cylindrical-coordinate representation of color #BC89D9: hue angle of 278.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC89D9 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188137217-
CMYK0.130.3700.15
HSL278.25º51.28%69.41%-
HSV(B)278.25º36.87%85.1%-
XYZ42.2133.5969.9-
YUV161.37159.4147-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=34.69%
G=25.28%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881372170.130.3700.15278.2551.2869.41
HexBC89D9D250F1163345
Octal274211331154501742663105
Binary1011110010001001110110011101100101011111000101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89D9; }

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

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

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

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

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

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

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

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