#BC9FCC

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

Shades of Wisteria #BC9FCC

Tints of Wisteria #BC9FCC

Color information

#BC9FCC (or 0xBC9FCC) is unknown color: approx Wisteria. HEX triplet: BC, 9F and CC. RGB value is (188,159,204). Sum of RGB (Red+Green+Blue) = 188+159+204=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FCC is #436033. Grayscale: #ACACAC. Windows color (decimal): -4415540 or 13410236. OLE color: 13410236.

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

Color convert

RGB188159204-
CMYK0.080.2200.2
HSL278.67º30.61%71.18%-
HSV(B)278.67º22.06%80%-
XYZ44.0439.8562.5-
YUV172.8145.61138.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=34.12%
G=28.86%
B=37.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881592040.080.2200.2278.6730.6171.18
HexBC9FCC8160141171f47
Octal274237314102602442737107
Binary101111001001111111001100100010110010100100010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FCC; }

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

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

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

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

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

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

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

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