#BD9AD0

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

Shades of Wisteria #BD9AD0

Tints of Wisteria #BD9AD0

Color information

#BD9AD0 (or 0xBD9AD0) is unknown color: approx Wisteria. HEX triplet: BD, 9A and D0. RGB value is (189,154,208). Sum of RGB (Red+Green+Blue) = 189+154+208=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD0 is #42652F. Grayscale: #AAAAAA. Windows color (decimal): -4351280 or 13671101. OLE color: 13671101.

HSL color Cylindrical-coordinate representation of color #BD9AD0: hue angle of 278.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9AD0 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189154208-
CMYK0.090.2600.18
HSL278.89º36.49%70.98%-
HSV(B)278.89º25.96%81.57%-
XYZ43.9338.4864.79-
YUV170.62149.1141.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 154 (60.55% from 255) = 27.95%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=34.30%
G=27.95%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891542080.090.2600.18278.8936.4970.98
HexBD9AD091A0121172447
Octal275232320113202242744107
Binary1011110110011010110100001001110100100101000101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AD0; }

 p { color: rgb(189,154,208); }

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

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

 a { background-color: rgb(189,154,208); }

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

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

 span { border-color: rgb(189,154,208); }

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