#BD9BD5

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

Shades of Wisteria #BD9BD5

Tints of Wisteria #BD9BD5

Color information

#BD9BD5 (or 0xBD9BD5) is unknown color: approx Wisteria. HEX triplet: BD, 9B and D5. RGB value is (189,155,213). Sum of RGB (Red+Green+Blue) = 189+155+213=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BD5 is #42642A. Grayscale: #ABABAB. Windows color (decimal): -4351019 or 13999037. OLE color: 13999037.

HSL color Cylindrical-coordinate representation of color #BD9BD5: hue angle of 275.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD9BD5 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189155213-
CMYK0.110.2700.16
HSL275.17º40.85%72.16%-
HSV(B)275.17º27.23%83.53%-
XYZ44.7239.0768.13-
YUV171.78151.26140.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=33.93%
G=27.83%
B=38.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891552130.110.2700.16275.1740.8572.16
HexBD9BD5B1B0101132948
Octal275233325133302042351110
Binary1011110110011011110101011011110110100001000100111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9BD5; }

 p { color: rgb(189,155,213); }

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

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

 a { background-color: rgb(189,155,213); }

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

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

 span { border-color: rgb(189,155,213); }

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