#BD8AEC

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

Shades of Wisteria #BD8AEC

Tints of Wisteria #BD8AEC

Color information

#BD8AEC (or 0xBD8AEC) is unknown color: approx Wisteria. HEX triplet: BD, 8A and EC. RGB value is (189,138,236). Sum of RGB (Red+Green+Blue) = 189+138+236=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8AEC is #427513. Grayscale: #A4A4A4. Windows color (decimal): -4355348 or 15502013. OLE color: 15502013.

HSL color Cylindrical-coordinate representation of color #BD8AEC: hue angle of 271.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8AEC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189138236-
CMYK0.200.4200.07
HSL271.22º72.06%73.33%-
HSV(B)271.22º41.53%92.55%-
XYZ45.2235.0583.74-
YUV164.42168.4145.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=33.57%
G=24.51%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891382360.200.4200.07271.2272.0673.33
HexBD8AEC142A0710f4849
Octal275212354245207417110111
Binary10111101100010101110110010100101010011110000111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AEC; }

 p { color: rgb(189,138,236); }

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

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

 a { background-color: rgb(189,138,236); }

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

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

 span { border-color: rgb(189,138,236); }

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