#BC97CE

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

Shades of Wisteria #BC97CE

Tints of Wisteria #BC97CE

Color information

#BC97CE (or 0xBC97CE) is unknown color: approx Wisteria. HEX triplet: BC, 97 and CE. RGB value is (188,151,206). Sum of RGB (Red+Green+Blue) = 188+151+206=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97CE is #436831. Grayscale: #A8A8A8. Windows color (decimal): -4417586 or 13539260. OLE color: 13539260.

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

Color convert

RGB188151206-
CMYK0.090.2700.19
HSL280.36º35.95%70%-
HSV(B)280.36º26.7%80.78%-
XYZ42.9537.2863.32-
YUV168.33149.26142.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=34.50%
G=27.71%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881512060.090.2700.19280.3635.9570
HexBC97CE91B0131182446
Octal274227316113302343044106
Binary1011110010010111110011101001110110100111000110001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97CE; }

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

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

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

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

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

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

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

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