#BD9AC9

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

Shades of Wisteria #BD9AC9

Tints of Wisteria #BD9AC9

Color information

#BD9AC9 (or 0xBD9AC9) is unknown color: approx Wisteria. HEX triplet: BD, 9A and C9. RGB value is (189,154,201). Sum of RGB (Red+Green+Blue) = 189+154+201=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD9AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AC9 is #426536. Grayscale: #A9A9A9. Windows color (decimal): -4351287 or 13212349. OLE color: 13212349.

HSL color Cylindrical-coordinate representation of color #BD9AC9: hue angle of 284.68º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9AC9 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189154201-
CMYK0.060.2300.21
HSL284.68º30.32%69.61%-
HSV(B)284.68º23.38%78.82%-
XYZ43.0838.1560.35-
YUV169.82145.6141.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=34.74%
G=28.31%
B=36.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891542010.060.2300.21284.6830.3269.61
HexBD9AC961701511d1e46
Octal27523231162702543536106
Binary10111101100110101100100111010111010101100011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9AC9; }

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

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

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

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

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

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

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

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