#BC96C9

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

Shades of Wisteria #BC96C9

Tints of Wisteria #BC96C9

Color information

#BC96C9 (or 0xBC96C9) is unknown color: approx Wisteria. HEX triplet: BC, 96 and C9. RGB value is (188,150,201). Sum of RGB (Red+Green+Blue) = 188+150+201=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC96C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96C9 is #436936. Grayscale: #A7A7A7. Windows color (decimal): -4417847 or 13211324. OLE color: 13211324.

HSL color Cylindrical-coordinate representation of color #BC96C9: hue angle of 284.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC96C9 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188150201-
CMYK0.060.2500.21
HSL284.71º32.08%68.82%-
HSV(B)284.71º25.37%78.82%-
XYZ42.1936.7260.12-
YUV167.18147.09142.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=34.88%
G=27.83%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881502010.060.2500.21284.7132.0868.82
HexBC96C961901511d2045
Octal27422631163102543540105
Binary101111001001011011001001110110010101011000111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96C9; }

 p { color: rgb(188,150,201); }

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

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

 a { background-color: rgb(188,150,201); }

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

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

 span { border-color: rgb(188,150,201); }

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