#BD90CD

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

Shades of Wisteria #BD90CD

Tints of Wisteria #BD90CD

Color information

#BD90CD (or 0xBD90CD) is unknown color: approx Wisteria. HEX triplet: BD, 90 and CD. RGB value is (189,144,205). Sum of RGB (Red+Green+Blue) = 189+144+205=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90CD is #426F32. Grayscale: #A4A4A4. Windows color (decimal): -4353843 or 13471933. OLE color: 13471933.

HSL color Cylindrical-coordinate representation of color #BD90CD: hue angle of 284.26º 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 #BD90CD is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189144205-
CMYK0.080.3000.20
HSL284.26º37.89%68.43%-
HSV(B)284.26º29.76%80.39%-
XYZ41.9835.1762.33-
YUV164.41150.91145.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=35.13%
G=26.77%
B=38.10%

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
Decimal1891442050.080.3000.20284.2637.8968.43
HexBD90CD81E01411c2644
Octal275220315103602443446104
Binary1011110110010000110011011000111100101001000111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90CD; }

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

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

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

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

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

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

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

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