#BD9ACE

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

Shades of Wisteria #BD9ACE

Tints of Wisteria #BD9ACE

Color information

#BD9ACE (or 0xBD9ACE) is unknown color: approx Wisteria. HEX triplet: BD, 9A and CE. RGB value is (189,154,206). Sum of RGB (Red+Green+Blue) = 189+154+206=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ACE is #426531. Grayscale: #AAAAAA. Windows color (decimal): -4351282 or 13540029. OLE color: 13540029.

HSL color Cylindrical-coordinate representation of color #BD9ACE: hue angle of 280.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9ACE is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189154206-
CMYK0.080.2500.19
HSL280.38º34.67%70.59%-
HSV(B)280.38º25.24%80.78%-
XYZ43.6838.3963.5-
YUV170.39148.1141.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=34.43%
G=28.05%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891542060.080.2500.19280.3834.6770.59
HexBD9ACE8190131182347
Octal275232316103102343043107
Binary1011110110011010110011101000110010100111000110001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ACE; }

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

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

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

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

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

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

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

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