#BD9AD4

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

Shades of Wisteria #BD9AD4

Tints of Wisteria #BD9AD4

Color information

#BD9AD4 (or 0xBD9AD4) is unknown color: approx Wisteria. HEX triplet: BD, 9A and D4. RGB value is (189,154,212). Sum of RGB (Red+Green+Blue) = 189+154+212=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD4 is #42652B. Grayscale: #AAAAAA. Windows color (decimal): -4351276 or 13933245. OLE color: 13933245.

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

Color convert

RGB189154212-
CMYK0.110.2700.17
HSL276.21º40.28%71.76%-
HSV(B)276.21º27.36%83.14%-
XYZ44.4338.6867.41-
YUV171.08151.1140.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 154 (60.55% from 255) = 27.75%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=34.05%
G=27.75%
B=38.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891542120.110.2700.17276.2140.2871.76
HexBD9AD4B1B0111142848
Octal275232324133302142450110
Binary1011110110011010110101001011110110100011000101001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AD4; }

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

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

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

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

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

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

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

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