#BCA0CA

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

Shades of Wisteria #BCA0CA

Tints of Wisteria #BCA0CA

Color information

#BCA0CA (or 0xBCA0CA) is unknown color: approx Wisteria. HEX triplet: BC, A0 and CA. RGB value is (188,160,202). Sum of RGB (Red+Green+Blue) = 188+160+202=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0CA is #435F35. Grayscale: #ADADAD. Windows color (decimal): -4415286 or 13279420. OLE color: 13279420.

HSL color Cylindrical-coordinate representation of color #BCA0CA: hue angle of 280º 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 #BCA0CA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188160202-
CMYK0.070.2100.21
HSL280º28.38%70.98%-
HSV(B)280º20.79%79.22%-
XYZ43.9740.161.3-
YUV173.16144.28138.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 160 (62.89% from 255) = 29.09%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=34.18%
G=29.09%
B=36.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881602020.070.2100.2128028.3870.98
HexBCA0CA7150151181c47
Octal27424031272502543034107
Binary10111100101000001100101011110101010101100011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0CA; }

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

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

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

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

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

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

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

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