#BD9CD0

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

Shades of Wisteria #BD9CD0

Tints of Wisteria #BD9CD0

Color information

#BD9CD0 (or 0xBD9CD0) is unknown color: approx Wisteria. HEX triplet: BD, 9C and D0. RGB value is (189,156,208). Sum of RGB (Red+Green+Blue) = 189+156+208=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD9CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CD0 is #42632F. Grayscale: #ABABAB. Windows color (decimal): -4350768 or 13671613. OLE color: 13671613.

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

Color convert

RGB189156208-
CMYK0.090.2500.18
HSL278.08º35.62%71.37%-
HSV(B)278.08º25%81.57%-
XYZ44.2639.1564.9-
YUV171.79148.43140.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=34.18%
G=28.21%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891562080.090.2500.18278.0835.6271.37
HexBD9CD09190121162447
Octal275234320113102242644107
Binary1011110110011100110100001001110010100101000101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CD0; }

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

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

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

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

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

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

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

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