#BC88D2

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

Shades of Wisteria #BC88D2

Tints of Wisteria #BC88D2

Color information

#BC88D2 (or 0xBC88D2) is unknown color: approx Wisteria. HEX triplet: BC, 88 and D2. RGB value is (188,136,210). Sum of RGB (Red+Green+Blue) = 188+136+210=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC88D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88D2 is #43772D. Grayscale: #9F9F9F. Windows color (decimal): -4421422 or 13797564. OLE color: 13797564.

HSL color Cylindrical-coordinate representation of color #BC88D2: hue angle of 282.16º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC88D2 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188136210-
CMYK0.100.3500.18
HSL282.16º45.12%67.84%-
HSV(B)282.16º35.24%82.35%-
XYZ41.1832.9565.16-
YUV159.98156.23147.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=35.21%
G=25.47%
B=39.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881362100.100.3500.18282.1645.1267.84
HexBC88D2A2301211a2d44
Octal274210322124302243255104
Binary10111100100010001101001010101000110100101000110101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88D2; }

 p { color: rgb(188,136,210); }

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

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

 a { background-color: rgb(188,136,210); }

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

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

 span { border-color: rgb(188,136,210); }

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