#BC96DB

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

Shades of Wisteria #BC96DB

Tints of Wisteria #BC96DB

Color information

#BC96DB (or 0xBC96DB) is unknown color: approx Wisteria. HEX triplet: BC, 96 and DB. RGB value is (188,150,219). Sum of RGB (Red+Green+Blue) = 188+150+219=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96DB is #436924. Grayscale: #A8A8A8. Windows color (decimal): -4417829 or 14390972. OLE color: 14390972.

HSL color Cylindrical-coordinate representation of color #BC96DB: hue angle of 273.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC96DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188150219-
CMYK0.140.3200.14
HSL273.04º48.94%72.35%-
HSV(B)273.04º31.51%85.88%-
XYZ44.4337.6271.94-
YUV169.23156.09141.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=33.75%
G=26.93%
B=39.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881502190.140.3200.14273.0448.9472.35
HexBC96DBE200E1113148
Octal274226333164001642161110
Binary1011110010010110110110111110100000011101000100011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96DB; }

 p { color: rgb(188,150,219); }

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

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

 a { background-color: rgb(188,150,219); }

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

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

 span { border-color: rgb(188,150,219); }

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