#BD9ACC

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

Shades of Wisteria #BD9ACC

Tints of Wisteria #BD9ACC

Color information

#BD9ACC (or 0xBD9ACC) is unknown color: approx Wisteria. HEX triplet: BD, 9A and CC. RGB value is (189,154,204). Sum of RGB (Red+Green+Blue) = 189+154+204=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ACC is #426533. Grayscale: #AAAAAA. Windows color (decimal): -4351284 or 13408957. OLE color: 13408957.

HSL color Cylindrical-coordinate representation of color #BD9ACC: hue angle of 282º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9ACC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189154204-
CMYK0.070.2500.2
HSL282º32.89%70.2%-
HSV(B)282º24.51%80%-
XYZ43.4438.2962.23-
YUV170.16147.1141.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=34.55%
G=28.15%
B=37.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891542040.070.2500.228232.8970.2
HexBD9ACC71901411a2146
Octal27523231473102443241106
Binary101111011001101011001100111110010101001000110101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ACC; }

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

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

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

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

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

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

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

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