#BC93CC

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

Shades of Wisteria #BC93CC

Tints of Wisteria #BC93CC

Color information

#BC93CC (or 0xBC93CC) is unknown color: approx Wisteria. HEX triplet: BC, 93 and CC. RGB value is (188,147,204). Sum of RGB (Red+Green+Blue) = 188+147+204=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93CC is #436C33. Grayscale: #A5A5A5. Windows color (decimal): -4418612 or 13407164. OLE color: 13407164.

HSL color Cylindrical-coordinate representation of color #BC93CC: hue angle of 283.16º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC93CC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188147204-
CMYK0.080.2800.2
HSL283.16º35.85%68.82%-
HSV(B)283.16º27.94%80%-
XYZ42.0735.9261.84-
YUV165.76149.58143.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=34.88%
G=27.27%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881472040.080.2800.2283.1635.8568.82
HexBC93CC81C01411b2445
Octal274223314103402443344105
Binary1011110010010011110011001000111000101001000110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93CC; }

 p { color: rgb(188,147,204); }

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

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

 a { background-color: rgb(188,147,204); }

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

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

 span { border-color: rgb(188,147,204); }

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