#BD9DCD

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

Shades of Wisteria #BD9DCD

Tints of Wisteria #BD9DCD

Color information

#BD9DCD (or 0xBD9DCD) is unknown color: approx Wisteria. HEX triplet: BD, 9D and CD. RGB value is (189,157,205). Sum of RGB (Red+Green+Blue) = 189+157+205=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DCD is #426232. Grayscale: #ABABAB. Windows color (decimal): -4350515 or 13475261. OLE color: 13475261.

HSL color Cylindrical-coordinate representation of color #BD9DCD: hue angle of 280º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9DCD is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189157205-
CMYK0.080.2300.20
HSL280º32.43%70.98%-
HSV(B)280º23.41%80.39%-
XYZ44.0639.3463.03-
YUV172.04146.6140.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=34.30%
G=28.49%
B=37.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891572050.080.2300.2028032.4370.98
HexBD9DCD8170141182047
Octal275235315102702443040107
Binary1011110110011101110011011000101110101001000110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DCD; }

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

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

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

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

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

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

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

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