#BDA1CA

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

Shades of Wisteria #BDA1CA

Tints of Wisteria #BDA1CA

Color information

#BDA1CA (or 0xBDA1CA) is unknown color: approx Wisteria. HEX triplet: BD, A1 and CA. RGB value is (189,161,202). Sum of RGB (Red+Green+Blue) = 189+161+202=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1CA is #425E35. Grayscale: #ADADAD. Windows color (decimal): -4349494 or 13279677. OLE color: 13279677.

HSL color Cylindrical-coordinate representation of color #BDA1CA: hue angle of 280.98º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA1CA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189161202-
CMYK0.060.2000.21
HSL280.98º27.89%71.18%-
HSV(B)280.98º20.3%79.22%-
XYZ44.3940.5761.37-
YUV174.05143.78138.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.24%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=34.24%
G=29.17%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891612020.060.2000.21280.9827.8971.18
HexBDA1CA6140151191c47
Octal27524131262402543134107
Binary10111101101000011100101011010100010101100011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1CA; }

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

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

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

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

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

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

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

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