#BDA1CD

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

Shades of Wisteria #BDA1CD

Tints of Wisteria #BDA1CD

Color information

#BDA1CD (or 0xBDA1CD) is unknown color: approx Wisteria. HEX triplet: BD, A1 and CD. RGB value is (189,161,205). Sum of RGB (Red+Green+Blue) = 189+161+205=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1CD is #425E32. Grayscale: #AEAEAE. Windows color (decimal): -4349491 or 13476285. OLE color: 13476285.

HSL color Cylindrical-coordinate representation of color #BDA1CD: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA1CD is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189161205-
CMYK0.080.2100.20
HSL278.18º30.56%71.76%-
HSV(B)278.18º21.46%80.39%-
XYZ44.7540.7263.26-
YUV174.39145.28138.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=34.05%
G=29.01%
B=36.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891612050.080.2100.20278.1830.5671.76
HexBDA1CD8150141161f48
Octal275241315102502442637110
Binary101111011010000111001101100010101010100100010110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1CD; }

 p { color: rgb(189,161,205); }

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

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

 a { background-color: rgb(189,161,205); }

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

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

 span { border-color: rgb(189,161,205); }

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