#BC90DC

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

Shades of Wisteria #BC90DC

Tints of Wisteria #BC90DC

Color information

#BC90DC (or 0xBC90DC) is unknown color: approx Wisteria. HEX triplet: BC, 90 and DC. RGB value is (188,144,220). Sum of RGB (Red+Green+Blue) = 188+144+220=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DC is #436F23. Grayscale: #A5A5A5. Windows color (decimal): -4419364 or 14454972. OLE color: 14454972.

HSL color Cylindrical-coordinate representation of color #BC90DC: hue angle of 274.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188144220-
CMYK0.150.3500.14
HSL274.74º52.05%71.37%-
HSV(B)274.74º34.55%86.27%-
XYZ43.6335.8172.32-
YUV165.82158.58143.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=34.06%
G=26.09%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881442200.150.3500.14274.7452.0571.37
HexBC90DCF230E1133447
Octal274220334174301642364107
Binary1011110010010000110111001111100011011101000100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90DC; }

 p { color: rgb(188,144,220); }

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

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

 a { background-color: rgb(188,144,220); }

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

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

 span { border-color: rgb(188,144,220); }

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