#BC91CC

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

Shades of Wisteria #BC91CC

Tints of Wisteria #BC91CC

Color information

#BC91CC (or 0xBC91CC) is unknown color: approx Wisteria. HEX triplet: BC, 91 and CC. RGB value is (188,145,204). Sum of RGB (Red+Green+Blue) = 188+145+204=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91CC is #436E33. Grayscale: #A4A4A4. Windows color (decimal): -4419124 or 13406652. OLE color: 13406652.

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

Color convert

RGB188145204-
CMYK0.080.2900.2
HSL283.73º36.65%68.43%-
HSV(B)283.73º28.92%80%-
XYZ41.7635.361.74-
YUV164.58150.25144.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 145 (57.03% from 255) = 27.00%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=35.01%
G=27.00%
B=37.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881452040.080.2900.2283.7336.6568.43
HexBC91CC81D01411c2544
Octal274221314103502443445104
Binary1011110010010001110011001000111010101001000111001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91CC; }

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

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

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

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

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

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

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

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