#BC9AC9

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

Shades of Wisteria #BC9AC9

Tints of Wisteria #BC9AC9

Color information

#BC9AC9 (or 0xBC9AC9) is unknown color: approx Wisteria. HEX triplet: BC, 9A and C9. RGB value is (188,154,201). Sum of RGB (Red+Green+Blue) = 188+154+201=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC9AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC9 is #436536. Grayscale: #A9A9A9. Windows color (decimal): -4416823 or 13212348. OLE color: 13212348.

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

Color convert

RGB188154201-
CMYK0.060.2300.21
HSL283.4º30.32%69.61%-
HSV(B)283.4º23.38%78.82%-
XYZ42.8438.0260.34-
YUV169.52145.76141.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=34.62%
G=28.36%
B=37.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881542010.060.2300.21283.430.3269.61
HexBC9AC961701511b1e46
Octal27423231162702543336106
Binary10111100100110101100100111010111010101100011011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AC9; }

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

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

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

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

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

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

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

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