#BC90D1

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

Shades of Wisteria #BC90D1

Tints of Wisteria #BC90D1

Color information

#BC90D1 (or 0xBC90D1) is unknown color: approx Wisteria. HEX triplet: BC, 90 and D1. RGB value is (188,144,209). Sum of RGB (Red+Green+Blue) = 188+144+209=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC90D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D1 is #436F2E. Grayscale: #A4A4A4. Windows color (decimal): -4419375 or 13734076. OLE color: 13734076.

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

Color convert

RGB188144209-
CMYK0.100.3100.18
HSL280.62º41.4%69.22%-
HSV(B)280.62º31.1%81.96%-
XYZ42.2235.2464.9-
YUV164.57153.08144.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 209 (82.03% from 255) = 38.63%
R=34.75%
G=26.62%
B=38.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881442090.100.3100.18280.6241.469.22
HexBC90D1A1F0121192945
Octal274220321123702243151105
Binary1011110010010000110100011010111110100101000110011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90D1; }

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

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

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

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

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

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

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

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