#BD9ED1

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

Shades of Wisteria #BD9ED1

Tints of Wisteria #BD9ED1

Color information

#BD9ED1 (or 0xBD9ED1) is unknown color: approx Wisteria. HEX triplet: BD, 9E and D1. RGB value is (189,158,209). Sum of RGB (Red+Green+Blue) = 189+158+209=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ED1 is #42612E. Grayscale: #ACACAC. Windows color (decimal): -4350255 or 13737661. OLE color: 13737661.

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

Color convert

RGB189158209-
CMYK0.100.2400.18
HSL276.47º35.66%71.96%-
HSV(B)276.47º24.4%81.96%-
XYZ44.7239.8865.66-
YUV173.08148.27139.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=33.99%
G=28.42%
B=37.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891582090.100.2400.18276.4735.6671.96
HexBD9ED1A180121142448
Octal275236321123002242444110
Binary1011110110011110110100011010110000100101000101001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ED1; }

 p { color: rgb(189,158,209); }

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

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

 a { background-color: rgb(189,158,209); }

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

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

 span { border-color: rgb(189,158,209); }

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