#BC9CCE

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

Shades of Wisteria #BC9CCE

Tints of Wisteria #BC9CCE

Color information

#BC9CCE (or 0xBC9CCE) is unknown color: approx Wisteria. HEX triplet: BC, 9C and CE. RGB value is (188,156,206). Sum of RGB (Red+Green+Blue) = 188+156+206=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CCE is #436331. Grayscale: #ABABAB. Windows color (decimal): -4416306 or 13540540. OLE color: 13540540.

HSL color Cylindrical-coordinate representation of color #BC9CCE: hue angle of 278.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9CCE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188156206-
CMYK0.090.2400.19
HSL278.4º33.78%70.98%-
HSV(B)278.4º24.27%80.78%-
XYZ43.7738.9263.6-
YUV171.27147.6139.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=34.18%
G=28.36%
B=37.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881562060.090.2400.19278.433.7870.98
HexBC9CCE9180131162247
Octal274234316113002342642107
Binary1011110010011100110011101001110000100111000101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9CCE; }

 p { color: rgb(188,156,206); }

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

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

 a { background-color: rgb(188,156,206); }

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

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

 span { border-color: rgb(188,156,206); }

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