#BDA0CA

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

Shades of Wisteria #BDA0CA

Tints of Wisteria #BDA0CA

Color information

#BDA0CA (or 0xBDA0CA) is unknown color: approx Wisteria. HEX triplet: BD, A0 and CA. RGB value is (189,160,202). Sum of RGB (Red+Green+Blue) = 189+160+202=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0CA is #425F35. Grayscale: #ADADAD. Windows color (decimal): -4349750 or 13279421. OLE color: 13279421.

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

Color convert

RGB189160202-
CMYK0.060.2100.21
HSL281.43º28.38%70.98%-
HSV(B)281.43º20.79%79.22%-
XYZ44.2240.2261.31-
YUV173.46144.11139.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 160 (62.89% from 255) = 29.04%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=34.30%
G=29.04%
B=36.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891602020.060.2100.21281.4328.3870.98
HexBDA0CA6150151191c47
Octal27524031262502543134107
Binary10111101101000001100101011010101010101100011001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0CA; }

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

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

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

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

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

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

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

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