#BC90CD

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

Shades of Wisteria #BC90CD

Tints of Wisteria #BC90CD

Color information

#BC90CD (or 0xBC90CD) is unknown color: approx Wisteria. HEX triplet: BC, 90 and CD. RGB value is (188,144,205). Sum of RGB (Red+Green+Blue) = 188+144+205=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90CD is #436F32. Grayscale: #A3A3A3. Windows color (decimal): -4419379 or 13471932. OLE color: 13471932.

HSL color Cylindrical-coordinate representation of color #BC90CD: hue angle of 283.28º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC90CD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188144205-
CMYK0.080.3000.20
HSL283.28º37.89%68.43%-
HSV(B)283.28º29.76%80.39%-
XYZ41.7335.0562.32-
YUV164.11151.08145.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 144 (56.64% from 255) = 26.82%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=35.01%
G=26.82%
B=38.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881442050.080.3000.20283.2837.8968.43
HexBC90CD81E01411b2644
Octal274220315103602443346104
Binary1011110010010000110011011000111100101001000110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90CD; }

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

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

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

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

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

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

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

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