#BC90D5

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

Shades of Wisteria #BC90D5

Tints of Wisteria #BC90D5

Color information

#BC90D5 (or 0xBC90D5) is unknown color: approx Wisteria. HEX triplet: BC, 90 and D5. RGB value is (188,144,213). Sum of RGB (Red+Green+Blue) = 188+144+213=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D5 is #436F2A. Grayscale: #A4A4A4. Windows color (decimal): -4419371 or 13996220. OLE color: 13996220.

HSL color Cylindrical-coordinate representation of color #BC90D5: hue angle of 278.26º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC90D5 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188144213-
CMYK0.120.3200.16
HSL278.26º45.1%70%-
HSV(B)278.26º32.39%83.53%-
XYZ42.7235.4467.54-
YUV165.02155.08144.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=34.50%
G=26.42%
B=39.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881442130.120.3200.16278.2645.170
HexBC90D5C200101162d46
Octal274220325144002042655106
Binary10111100100100001101010111001000000100001000101101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90D5; }

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

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

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

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

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

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

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

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